angular-cn/packages/animations/src
Martin Probst d76531d16e fix(animations): @internal must use JSDoc tags. (#24928)
This change fixes up several comments that accidentally used the JSDoc
tag @internal in regular block comments (`/*` instead of `/**`).

This prevents a problem with Closure Compiler that balks at `@` tags
occuring in regular block comments, because it assumes they were
intended to be tags for the compiler.

When occuring in `/**` JSDoc, tsickle escapes the tags, so they do not
cause problems.

PR Close #24928
2018-07-18 18:18:04 -04:00
..
players fix(animations): @internal must use JSDoc tags. (#24928) 2018-07-18 18:18:04 -04:00
animation_builder.ts docs(animations): add documentation for new animation features 2017-05-19 12:52:04 -07:00
animation_event.ts fix(animations): report correct totalTime value even during noOp animations (#22225) 2018-02-16 18:03:31 -08:00
animation_metadata.ts docs: fix misdirected group links (#24569) 2018-06-25 10:03:42 -07:00
animations.ts docs(animations): add documentation for new animation features 2017-05-19 12:52:04 -07:00
private_export.ts feat(animations): introduce a wave of new animation features 2017-05-16 17:39:57 -07:00
util.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
version.ts style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00