parent
6a381d9246
commit
ecd7f6ecdc
|
@ -362,7 +362,7 @@ Compare to [custom element](#custom-element).
|
||||||
|
|
||||||
## entry point
|
## entry point
|
||||||
|
|
||||||
A JavaScript module(#module) that is intended to be imported by a user of [an
|
A [JavaScript module](#module) that is intended to be imported by a user of [an
|
||||||
npm package](guide/npm-packages). An entry-point module typically re-exports
|
npm package](guide/npm-packages). An entry-point module typically re-exports
|
||||||
symbols from other internal modules. A package can contain multiple
|
symbols from other internal modules. A package can contain multiple
|
||||||
entry points. For example, the `@angular/core` package has two entry-point
|
entry points. For example, the `@angular/core` package has two entry-point
|
||||||
|
|
Loading…
Reference in New Issue