-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): notification are now based on ngx-toastr
* chore(*): change lib to make notifications (to ngx-toastr) * chore(igo-message-center): delete the igo-message-center omponent * feat(core): notification are now based on ngx-toastr * refactor(context-service): moving to ngx-toastr lib * fix(messageService): allow the message a the layer level to use a translation * fix(messageService): allow the message a the layer level to use a translation * wip * wip * wip * fix(demo): inject language service before the app initialization.
- Loading branch information
Showing
25 changed files
with
136 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,3 @@ | |
</mat-card-actions> | ||
</mat-card> | ||
|
||
<igo-message-center></igo-message-center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,3 @@ | |
|
||
</mat-card> | ||
|
||
<igo-message-center></igo-message-center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,3 @@ | |
|
||
</mat-card> | ||
|
||
<igo-message-center></igo-message-center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,3 @@ | |
</igo-actionbar> | ||
</ng-template> | ||
|
||
<igo-message-center></igo-message-center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,4 @@ | |
</ng-container> | ||
</igo-panel> | ||
|
||
<igo-message-center></igo-message-center> | ||
|
||
</mat-card> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export * from './message-center'; | ||
export * from './shared'; |
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
packages/core/src/lib/message/message-center/message-center.component.html
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
packages/core/src/lib/message/message-center/message-center.component.scss
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/core/src/lib/message/message-center/message-center.component.spec.ts
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
packages/core/src/lib/message/message-center/message-center.component.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.