mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
'use strict';/**
|
|
* @module
|
|
* @description
|
|
* Defines interfaces to be implemented by directives when they need to hook into the change
|
|
* detection mechanism.
|
|
*/
|
|
//# sourceMappingURL=lifecycle_hooks.js.map
|