2
0

logic splitted into directives and components

This commit is contained in:
2018-05-23 09:14:52 +02:00
parent 06764e3e7f
commit b18c196610
14 changed files with 148 additions and 22 deletions

View File

@@ -3,9 +3,7 @@
"rules": {
"directive-selector": [
true,
"attribute",
"app",
"camelCase"
"attribute"
],
"component-selector": [
true,