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: modules/angular2/docs/bundles/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
# Modules, barrels and bundles
9
9
10
10
Angular2 source code is authored using the ES2015 standardized module format where one module corresponds to exactly one file. Multiple modules (files) can be logically grouped into so-called "barrels".
11
-
A bundle is a file the contains all the code for one or more barrels.
11
+
A bundle is a file that contains all the code for one or more barrels.
12
12
13
13
Most bundles come in several flavors:
14
14
* regular and minified (got `.min` in their name);
@@ -89,4 +89,4 @@ Depending on if you are using Angular bundles or not you can either use RxJS bun
89
89
90
90
## ES6 shims (optional)
91
91
92
-
Users of pre-ES6 browsers might need to add an ES6 shim (e.g. [es6-shim](https://github.com/paulmillr/es6-shim))
92
+
Users of pre-ES6 browsers might need to add an ES6 shim (e.g. [es6-shim](https://github.com/paulmillr/es6-shim))
0 commit comments