acom
January 1, 2016, 4:15pm
1
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?
Urigo
January 2, 2016, 1:16pm
2
Yes that’s suppose to be the case
mordka
August 25, 2016, 9:22am
3
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
.
Urigo
October 4, 2016, 2:16pm
4
@mordka yes that’s sounds like a nice idea.
Sounds good for a contributor package…