What is the current state of Angular with autoform?

With all the changes to both meteor and angular 1.3, how can I use autoform with angular?

Note: I am not using angular 2.0 yet.

packages needed would be:

aldeed:collection2
aldeed:autoform
urigo:angular-blaze-template
angular-with-blaze

and I need to remove:

angular

Then I must have all angular templates as “AngularTemplate.ng.html” and all blaze templates as “BlazeTemplate.html” and I should be all set?

Yes :smile: that’s suppose to be the case

Following up on this question: is there a pattern to apply when writing forms in angular 2 and validation rules? My idea is to reuse schema validation rules defined by simple-schema.

@mordka yes that’s sounds like a nice idea.
Sounds good for a contributor package…