style(change_detection): fix clang error: line too long
This commit is contained in:
parent
5a542d8ba8
commit
4f581671dc
|
@ -24,7 +24,8 @@ export class ProtoChangeDetector {
|
||||||
* `JitChangeDetection` strategy at compile time.
|
* `JitChangeDetection` strategy at compile time.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* See: {@link DynamicChangeDetection}, {@link JitChangeDetection}, {@link PreGeneratedChangeDetection}
|
* See: {@link DynamicChangeDetection}, {@link JitChangeDetection},
|
||||||
|
* {@link PreGeneratedChangeDetection}
|
||||||
*
|
*
|
||||||
* # Example
|
* # Example
|
||||||
* ```javascript
|
* ```javascript
|
||||||
|
|
Loading…
Reference in New Issue