-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels