Changelog
2.0.0-beta.1
The rules directive-selector-name
, component-selector-name
, directive-selector-type
, component-selector-type
, component-selector-prefix
, directive-selector-prefix
no longer exist. Instead use:
// The rule have the following arguments:
// [ENABLED, "attribute" | "element", "selectorPrefix" | ["listOfPrefixes"], "camelCase" | "kebab-case"]
"directive-selector": [true, "attribute", "sg", "camelCase"],
"component-selector": [true, "element", "sg", "kebab-case"],
.codelyzer.js
which should be located in the root of your project (the directory where node_modules
is) 1ca7068no-unused-css
0a9d9014@Pipe
s without metadata #111 eb6ccc0dChangelog
1.0.0-beta.3
Changelog
1.0.0-beta.2
Changelog
1.0.0-beta.1
@Component
decorators which are not invoked as expressions #110 5ee2422Changelog
1.0.0-beta.0
Injectable()
instead of Injectable
#70 c84df93.PipeTransform
interface, mark only the corresponding method #89 a9104b2.@types
f9cc498.