parent
08e7919094
commit
480a824214
|
@ -245,7 +245,7 @@ a(href="#toc") Back to top
|
||||||
|
|
||||||
.s-rule.do
|
.s-rule.do
|
||||||
:marked
|
:marked
|
||||||
**Do** use give the filename the conventional suffix for a file of that type
|
**Do** give the filename the conventional suffix for a file of that type
|
||||||
(e.g., `.component.ts`, `.directive.ts`, `.module.ts`, `.pipe.ts`, `.service.ts`).
|
(e.g., `.component.ts`, `.directive.ts`, `.module.ts`, `.pipe.ts`, `.service.ts`).
|
||||||
.s-why
|
.s-why
|
||||||
:marked
|
:marked
|
||||||
|
@ -1319,7 +1319,7 @@ a(href="#toc") Back to top
|
||||||
|
|
||||||
.s-rule.do
|
.s-rule.do
|
||||||
:marked
|
:marked
|
||||||
**Do** export all symbols that from the `SharedModule` that other feature modules need to use.
|
**Do** export all symbols from the `SharedModule` that other feature modules need to use.
|
||||||
|
|
||||||
.s-why
|
.s-why
|
||||||
:marked
|
:marked
|
||||||
|
|
Loading…
Reference in New Issue