angular2-notifications-zth
Version:
> A light and easy to use notifications library for Angular 2. ~~It features both regular page notifications (toasts) and push notifications.~~
35 lines (28 loc) • 363 B
Plain Text
# Node
node_modules/*
npm-debug.log
docs/*
# DO NOT IGNORE TYPESCRIPT FILES FOR NPM
# TypeScript
# *.js
# *.map
# *.d.ts
# JetBrains
.idea
.project
.settings
.idea/*
*.iml
# VS Code
.vscode/*
# Windows
Thumbs.db
Desktop.ini
# Mac
.DS_Store
**/.DS_Store
# Ngc generated files
**/*.ngfactory.ts
# Library files
src/*
build/*