feature (notification): proper notification system

This commit is contained in:
Mickael KERJEAN
2018-04-06 13:09:22 +10:00
parent 22d2cd7b00
commit 4b06b8a802
14 changed files with 185 additions and 145 deletions

View File

@ -7,7 +7,6 @@ export { Container } from './container';
export { NgIf } from './ngif';
export { Card } from './card';
export { Loader } from './loader';
export { Error } from './error';
export { Fab } from './fab';
export { Icon } from './icon';
export { Uploader } from './uploader';