mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 18:04:07 +01:00
feat(aio): add a tinyMCE page, update an angular cli to 1.0.1, setup the polyfills
This commit is contained in:
parent
50e68f8780
commit
7ce8d8e1c5
31 changed files with 593 additions and 102 deletions
|
|
@ -96,8 +96,8 @@
|
|||
],
|
||||
"no-conditional-assignment": true,
|
||||
"no-console": [true, "log"],
|
||||
"directive-selector": [true, "attribute", "camelCase"],
|
||||
"component-selector": [true, "element", "kebab-case"],
|
||||
"directive-selector": [true, "attribute", ["ngx"], "camelCase"],
|
||||
"component-selector": [true, "element", ["ngx"], "kebab-case"],
|
||||
"use-input-property-decorator": true,
|
||||
"use-output-property-decorator": true,
|
||||
"use-host-property-decorator": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue