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: README.md
+21-20
Original file line number
Diff line number
Diff line change
@@ -18,28 +18,29 @@ This is a work in progress and is not ready for production, use with care, the A
18
18
19
19
1. Install the npm module.
20
20
21
-
npm install --save angular2-logger
21
+
npm install --save angular2-logger
22
22
23
23
2. Add the `angular2-logger` library to your app. If you are following the [Angular 2's Quickstart Guide](https://angular.io/docs/ts/latest/quickstart.html) it should be something like this:
24
24
25
-
In `systemjs.config.js`:
26
-
27
-
// map tells the System loader where to look for things
0 commit comments