You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to make your project work, and it's almost perfect.
I think that there is an issue with the directives injection though. I just worked on the .js version of the angular2-app file so you may need to update the Typescript version as well, but it looks like you need to replace:
directives: [angular2_1.NgFor, angular2_1.NgIf, angular2_1.formDirectives, angular2_1.CSSClass],
Hi,
I tried to make your project work, and it's almost perfect.
I think that there is an issue with the directives injection though. I just worked on the .js version of the angular2-app file so you may need to update the Typescript version as well, but it looks like you need to replace:
directives: [angular2_1.NgFor, angular2_1.NgIf, angular2_1.formDirectives, angular2_1.CSSClass],
With:
directives: [angular2_1.NgFor, angular2_1.NgIf, angular2_1.FORM_DIRECTIVES],
(so replace formDirectives and remove the CSSCLASS that is not required).
To make it work properly.
I'm also gonna raise an issue for the ng-class for the angular2-grid.html.
Thanks for your work.
The text was updated successfully, but these errors were encountered: