angular/packages/animations/browser/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
..
dsl build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
render fix(animations): @internal must use JSDoc tags. (#24928) 2018-07-18 18:18:04 -04:00
browser.ts refactor(platform-browser): move platform-browser/animations to animations/browser (#15130) 2017-03-14 11:55:49 -07:00
private_export.ts test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
util.ts fix(animations): set animations styles properly on platform-server (#24624) 2018-06-25 07:58:11 -07:00