We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809340a commit 5bea0daCopy full SHA for 5bea0da
docs/documentation/stories/global-scripts.md
@@ -1,4 +1,4 @@
1
-# Global styles
+# Global scripts
2
3
You can add Javascript files to the global scope via the `apps[0].scripts`
4
property in `.angular-cli.json`.
@@ -20,4 +20,4 @@ You can also rename the output and lazy load it by using the object format:
20
{ "input": "lazy-script.js", "lazy": true },
21
{ "input": "pre-rename-script.js", "output": "renamed-script" },
22
],
23
-```
+```
0 commit comments