Skip to content

directives injection on angular2-app.js #1

@smorosoram

Description

@smorosoram

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions