angular-cn/packages/platform-browser/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
..
animation_builder.ts fix(animations): resolve error when using AnimationBuilder with platform-server (#18642) 2017-08-16 17:47:42 -05:00
animation_renderer.ts fix(animations): @internal must use JSDoc tags. (#24928) 2018-07-18 18:18:04 -04:00
animations.ts feat(platform-browser): add token marking which the type of animation module nearest in the injector tree (#23075) 2018-04-12 23:17:38 -07:00
module.ts fix(animations): export BrowserModule as apart of BrowserAnimationsModule (#18263) 2017-07-20 17:47:49 -05:00
private_export.ts docs(animations): add documentation for new animation features 2017-05-19 12:52:04 -07:00
providers.ts test(animations): properly reference body node for SSR environments (#23300) 2018-06-20 11:00:41 -07:00