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 9ca0f43 commit 221e953Copy full SHA for 221e953
.documentation/index.rst
@@ -5,7 +5,7 @@ This project is an example of directory structure in an Angular application but
5
6
Here we cover the parts of the application directory structure and the function of each:
7
8
-* `~/src/main.scss <theme.rst>`_
+* `~/src/theme <theme.rst>`_
9
* `~/src/app/core <core.rst>`_
10
* `~/src/app/data <data.rst>`_
11
* `~/src/app/layout <layout.rst>`_
.documentation/theme.rst
@@ -3,5 +3,7 @@
3
Theming
4
=======
+`~/src/theme <../src/theme>`_
+
The ``~/app/main.scss`` pulls in the themes in the ``~/app/theme`` directory
as well as bootstrap and Angular material theming.
0 commit comments