@@ -14,35 +14,35 @@ You can find the old styleguide [here](https://github.com/toddmotto/angular-styl
14
14
15
15
## Table of Contents
16
16
17
- 1 . [ Modular architecture] ( #modular-architecture )
17
+ 1 . [ Modular architecture] ( #modular-architecture )
18
18
1 . [ Theory] ( #module-theory )
19
19
1 . [ Root module] ( #root-module )
20
20
1 . [ Component module] ( #component-module )
21
21
1 . [ Common module] ( #common-module )
22
22
1 . [ Low-level modules] ( #low-level-modules )
23
23
1 . [ File naming conventions] ( #file-naming-conventions )
24
24
1 . [ Scalable file structure] ( #scalable-file-structure )
25
- 1 . [ Components] ( #components )
25
+ 1 . [ Components] ( #components )
26
26
1 . [ Theory] ( #component-theory )
27
27
1 . [ Supported properties] ( #supported-properties )
28
28
1 . [ Controllers] ( #controllers )
29
29
1 . [ One-way dataflow and Events] ( #one-way-dataflow-and-events )
30
30
1 . [ Stateful Components] ( #stateful-components )
31
31
1 . [ Stateless Components] ( #stateless-components )
32
32
1 . [ Routed Components] ( #routed-components )
33
- 1 . [ Directives] ( #directives )
33
+ 1 . [ Directives] ( #directives )
34
34
1 . [ Theory] ( #directive-theory )
35
35
1 . [ Recommended properties] ( #recommended-properties )
36
36
1 . [ Constants or Classes] ( #constants-or-classes )
37
- 1 . [ Services] ( #services )
37
+ 1 . [ Services] ( #services )
38
38
1 . [ Theory] ( #service-theory )
39
39
1 . [ Classes for Service] ( #classes-for-service )
40
- 1 . [ Styles] ( #styles )
41
- 1 . [ TypeScript and Tooling] ( #typescript-and-tooling )
42
- 1 . [ State management] ( #state-management )
43
- 1 . [ Resources] ( #resources )
44
- 1 . [ Documentation] ( #documentation )
45
- 1 . [ Contributing] ( #contributing )
40
+ 1 . [ Styles] ( #styles )
41
+ 1 . [ TypeScript and Tooling] ( #typescript-and-tooling )
42
+ 1 . [ State management] ( #state-management )
43
+ 1 . [ Resources] ( #resources )
44
+ 1 . [ Documentation] ( #documentation )
45
+ 1 . [ Contributing] ( #contributing )
46
46
47
47
# Modular architecture
48
48
0 commit comments