This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f0ef72d6cc
angular-docs-cn
/
modules
/
angular2
/
view.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
docs: create public API surface Closes #1181
2015-03-31 18:47:11 -04:00
/
*
*
docs(test_lib/test_injector): fix invalid jsdoc type chore(doc-gen): capture docs for modules from comments Closes #1258 docs(*): add module description jsdoc tags docs(*): add @public tag to public modules chore(doc-gen): fix overview-dump template The template was referencing an invalid property chore(doc-gen): use `@exportedAs` and `@public` rather than `@publicModule` This commit refactors how we describe components that are re-exported in another module. For example the "public" modules like `angular/angular` and `angular/annotations` are public but they only re-export components from "private" modules. Previously, you must apply the `@publicModule` tag to a component that was to be re-exported. Applying this tag caused the destination module to become public. Now, you specify that a module is public by applying the `@public` tag and then you can "re-export" components to other modules by applying the `@exportedAs` giving the name of the module from which the component will be re-exported. tag. This tag can be used multiple times on a single component, allowing the component to be exported on multiple modules. docs(*): rename `@publicModule` to `@exportedAs` The `@publicModule` dgeni tag has been replaced by the `@exportedAs` dgeni tag on components that are to be re-exported on another module. Closes #1290
2015-04-10 06:45:02 -04:00
*
@
module
*
@
public
*
@
description
docs(di): Edits to DI. Closes #1420
2015-04-17 06:29:05 -04:00
*
Provides
API
for
working
with
Angular
views
.
docs: create public API surface Closes #1181
2015-03-31 18:47:11 -04:00
*
/