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
This version includes template support and is compatible with the latest changes in the TemplateParser introduced by Angular 2.0.2.
The following new rules are introduced:
```
// Does not allow access to private & protected
// in inline templates
"templates-use-public": true,
// Makes sure `@Injectable()` is invoked and not
// used as `@Injectable`.
"invoke-injectable": true
```
There's one more rule which verifies if all members accessed in templates are defined in the component's controller but doesn't check the inheritance chain so I'll open a PR for it once we have the entire functionality implemented.
Close#2615
0 commit comments