Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
build: Support Angular5, close #1, releases: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 2, 2017
1 parent a513c90 commit 483aca0
Show file tree
Hide file tree
Showing 18 changed files with 12,714 additions and 929 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules
npm-debug.log
.tmp

# WebStorm
.idea
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { DemoComponent } from './components/demo.component';
FormsModule,
HttpModule,
CommonModule,

NotifyModule.forRoot({
options: {
},
Expand Down
Loading

0 comments on commit 483aca0

Please sign in to comment.