parent
1316c3e391
commit
5fc28e65ef
|
@ -66,10 +66,8 @@ export class Provider {
|
||||||
*
|
*
|
||||||
* ### Example ([live demo](http://plnkr.co/edit/RSTG86qgmoxCyj9SWPwY?p=preview))
|
* ### Example ([live demo](http://plnkr.co/edit/RSTG86qgmoxCyj9SWPwY?p=preview))
|
||||||
*
|
*
|
||||||
* Because `useExisting` and `useClass` are often confused, the example contains both use cases
|
* Because `useExisting` and `useClass` are often confused, the example contains
|
||||||
* for
|
* both use cases for easy comparison.
|
||||||
* easy
|
|
||||||
* comparison.
|
|
||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* class Vehicle {}
|
* class Vehicle {}
|
||||||
|
@ -117,9 +115,8 @@ export class Provider {
|
||||||
*
|
*
|
||||||
* ### Example ([live demo](http://plnkr.co/edit/QsatsOJJ6P8T2fMe9gr8?p=preview))
|
* ### Example ([live demo](http://plnkr.co/edit/QsatsOJJ6P8T2fMe9gr8?p=preview))
|
||||||
*
|
*
|
||||||
* Because `useExisting` and `useClass` are often confused the example contains both use cases for
|
* Because `useExisting` and `useClass` are often confused the example contains
|
||||||
* easy
|
* both use cases for easy comparison.
|
||||||
* comparison.
|
|
||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* class Vehicle {}
|
* class Vehicle {}
|
||||||
|
@ -392,8 +389,8 @@ export class ProviderBuilder {
|
||||||
*
|
*
|
||||||
* ### Example ([live demo](http://plnkr.co/edit/ZpBCSYqv6e2ud5KXLdxQ?p=preview))
|
* ### Example ([live demo](http://plnkr.co/edit/ZpBCSYqv6e2ud5KXLdxQ?p=preview))
|
||||||
*
|
*
|
||||||
* Because `toAlias` and `toClass` are often confused, the example contains both use cases for
|
* Because `toAlias` and `toClass` are often confused, the example contains
|
||||||
* easy comparison.
|
* both use cases for easy comparison.
|
||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* class Vehicle {}
|
* class Vehicle {}
|
||||||
|
@ -447,9 +444,8 @@ export class ProviderBuilder {
|
||||||
*
|
*
|
||||||
* ### Example ([live demo](http://plnkr.co/edit/uBaoF2pN5cfc5AfZapNw?p=preview))
|
* ### Example ([live demo](http://plnkr.co/edit/uBaoF2pN5cfc5AfZapNw?p=preview))
|
||||||
*
|
*
|
||||||
* Because `toAlias` and `toClass` are often confused, the example contains both use cases for
|
* Because `toAlias` and `toClass` are often confused, the example contains
|
||||||
* easy
|
* both use cases for easy comparison.
|
||||||
* comparison.
|
|
||||||
*
|
*
|
||||||
* ```typescript
|
* ```typescript
|
||||||
* class Vehicle {}
|
* class Vehicle {}
|
||||||
|
|
Loading…
Reference in New Issue