src-zone / material

A lightweight Material Design library for Angular based on Google's Material Components for the Web.

Home Page:https://material.src.zone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codelyzer versions available: 4.0.0

dependencies opened this issue · comments

There are new versions of codelyzer available from npm.

4.0.0

Features

Enable the new rule by adding the following line in your tslint.json config file:

"no-output-on-prefix-name": true

Thanks to eromano for the rule implementation!

Breaking Changes

  • The rules templates-use-public, no-access-missing-member, invoke-injectable and template-to-ng-template no longer exist. Remove them from your tslint.json configuration.