Commit 938bd45
docs(guide/decorators): add decorator guide
+ explain decorators and how they are implemented in angular
+ explain how different types of services can be selected
+ explain `$delegate` objects and how they differ between services
+ warn of the risks/caveats of `$delegate` modification
+ note the exposure of `decorator` through the module api
+ show an example of decorating a core service
+ show an example of decorating a core directive
+ show an example of decorating a core filter
Closes angular#12163
Closes angular#143721 parent 996b1e4 commit 938bd45
1 file changed
Lines changed: 486 additions & 0 deletions
0 commit comments