parent
08e7919094
commit
480a824214
|
@ -245,7 +245,7 @@ a(href="#toc") Back to top
|
|||
|
||||
.s-rule.do
|
||||
: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`).
|
||||
.s-why
|
||||
:marked
|
||||
|
@ -1319,7 +1319,7 @@ a(href="#toc") Back to top
|
|||
|
||||
.s-rule.do
|
||||
: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
|
||||
:marked
|
||||
|
|
Loading…
Reference in New Issue