parent
0e13763943
commit
020abd810f
@ -1,6 +1,6 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
import { ToastService } from './shared/toast/toast.service';
|
import { ToastService } from './shared/toast.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'sg-app',
|
selector: 'sg-app',
|
||||||
|
@ -736,10 +736,10 @@ a(href="#toc") Back to top
|
|||||||
:marked
|
:marked
|
||||||
**Why?** TypeScript tooling makes it easy to identify private vs public properties and methods.
|
**Why?** TypeScript tooling makes it easy to identify private vs public properties and methods.
|
||||||
|
|
||||||
+makeExample('style-guide/ts/03-04/app/shared/toast/toast.service.avoid.ts', 'example', 'app/shared/toast/toast.service.ts')(avoid=1)
|
+makeExample('style-guide/ts/03-04/app/shared/toast.service.avoid.ts', 'example', 'app/shared/toast.service.ts')(avoid=1)
|
||||||
:marked
|
:marked
|
||||||
|
|
||||||
+makeExample('style-guide/ts/03-04/app/shared/toast/toast.service.ts', 'example', 'app/shared/toast/toast.service.ts')
|
+makeExample('style-guide/ts/03-04/app/shared/toast.service.ts', 'example', 'app/shared/toast.service.ts')
|
||||||
:marked
|
:marked
|
||||||
|
|
||||||
a(href="#toc") Back to top
|
a(href="#toc") Back to top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user