ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
411 stars 36 forks source link

angular core directives with square brackets #53

Closed david-gang closed 8 years ago

david-gang commented 8 years ago

Hi,

ng-if in angular2 is written either *ng-if or [ng-if] https://github.com/angular/angular/blob/d32f58926dd15a5771f5e3a3c2b77ea41c03b98b/modules/angular2/src/directives/ng_if.ts

How are the plans for ng-forward?

The same question is for ng-class.

Thanks, David

MikeRyanDev commented 8 years ago

We currently have no plans of back porting these directives, but wouldn't mind a PR for them either!