You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/npm-packages.jade
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ a(id="dependencies")
74
74
***@angular/platform-browser*** - Everything DOM and browser related, especially the pieces that help render into DOM.
75
75
This package also includes the bootstrapStatic method for bootstrapping applications for production builds that pre-compile templates offline.
76
76
77
-
***@angular/platform-browser-dynamic*** - Includes [Providers](https://angular.io/docs/ts/latest/api/core/index/Provider-type-alias.html) and a [bootstrap](https://angular.io/docs/ts/latest/guide/ngmodule.html#!#bootstrap) method for applications that
77
+
***@angular/platform-browser-dynamic*** - Includes [Providers](../api/core/index/Provider-type-alias.html) and a [bootstrap](ngmodule.html#!#bootstrap) method for applications that
78
78
compile templates on the client. Don’t use offline compilation.
79
79
Use this package for bootstrapping during development and for bootstrapping plunker samples.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/style-guide.jade
+1-1
Original file line number
Diff line number
Diff line change
@@ -1821,7 +1821,7 @@ a(href="#toc") Back to top
1821
1821
1822
1822
.s-why.s-why-last
1823
1823
:marked
1824
-
**Why?** Angular allows for an [alternative syntax](https://angular.io/docs/ts/latest/guide/template-syntax.html#!#binding-syntax) `on-*`. If the event itself was prefixed with `on` this would result in an `on-onEvent` binding expression.
1824
+
**Why?** Angular allows for an [alternative syntax](template-syntax.html#!#binding-syntax) `on-*`. If the event itself was prefixed with `on` this would result in an `on-onEvent` binding expression.
0 commit comments