Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngx-toastr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
opensource
ngx-toastr
Commits
a35ba3d5
Commit
a35ba3d5
authored
8 years ago
by
Scott Cooper
Browse files
Options
Downloads
Patches
Plain Diff
release 1.4.3
parent
7587fc5c
Branches
Branches containing commit
Tags
1.4.3
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/lib/package.json
+1
-1
1 addition, 1 deletion
src/lib/package.json
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
a35ba3d5
...
...
@@ -19,7 +19,7 @@ npm install toastr-ng2 --save
__step 1:__
copy
[
toast css
](
https://github.com/scttcper/toastr-ng2/blob/master/src/app/app.component.css
)
to your project.
If you are using sass you can import the css.
```
sass
@import
'node_modules/toastr/toastr';
@import
'node_modules/toastr
-ng2
/toastr';
```
__step 2:__
add ToastrModule to app NgModule
...
...
This diff is collapsed.
Click to expand it.
src/lib/package.json
+
1
−
1
View file @
a35ba3d5
{
"name"
:
"toastr-ng2"
,
"version"
:
"1.4.
2
"
,
"version"
:
"1.4.
3
"
,
"description"
:
"Toastr for Angular 2"
,
"main"
:
"./toastr.js"
,
"typings"
:
"./toastr.d.ts"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment