We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaccc48 commit 93b8884Copy full SHA for 93b8884
.gitignore
@@ -33,6 +33,7 @@ npm-debug.log
33
yarn-error.log
34
testem.log
35
/typings
36
+projects/schematics/node_modules
37
38
# System Files
39
.DS_Store
README.md
@@ -212,7 +212,8 @@ npm run demo.serve
212
- [x] Variable binding
213
- [x] Code refactor
214
- [x] Write more unit tests
215
-- [x] Angular 5 support
+- [x] Angular 5,6,7 support
216
+- [ ] Angular schemantics support
217
- [ ] Module configuration for markdown settings
218
- [ ] Module configuration for prismjs settings
219
0 commit comments