I am creating a simple application in Angular (Angular2 RC4) and I\'m finding it difficult to run the application with the live server in nodejs.
I would like to aid as
Angular2 directives are case-sensitive. The directive is *ngIf, with capital 'I'.
*ngIf
Angular throws an error for *ngif, because it doesn't know what such directive is.
*ngif