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 b7733b7 commit 1807b14Copy full SHA for 1807b14
.gitignore
@@ -40,6 +40,7 @@ npm-debug.log
40
yarn-error.log
41
testem.log
42
/typings
43
+.angular
44
45
# System Files
46
.DS_Store
tsconfig.json
@@ -26,5 +26,8 @@
26
"dist/code-input/*"
27
]
28
}
29
+ },
30
+ "angularCompilerOptions": {
31
+ "compilationMode": "partial"
32
33
0 commit comments