docs(animations): migrate deprecated `@whatItDoes` tag (#23210)
This was not being picked up by the doc-gen as it does not appear to be part of the public API. PR Close #23210
This commit is contained in:
parent
4b96a58c5a
commit
0cb4f12a7a
|
@ -13,9 +13,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @whatItDoes Represents the version of angular/animations
|
||||
*
|
||||
* @description
|
||||
*
|
||||
* Represents the version of angular/animations
|
||||
*/
|
||||
export class Version {
|
||||
public readonly major: string;
|
||||
|
|
Loading…
Reference in New Issue