-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(toast.component): Dynamic components can render
- Dynamic template data would break `bodyOutputType.Component` rendering. A forced `detectChanges()` call has been added after the component is created and loaded to enable this functionality. Additional test cases were added for the gap. Closes #71). - The library entrance attempts to load `Toast` from `./lib/toast`. Since the `Toast` file is an interface-only file, there is nothing to load. Closes #70 - The library has been tested through to Angular 2.0.2.
- Loading branch information
Showing
7 changed files
with
92 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ before_install: | |
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
install: | ||
- npm install [email protected] [email protected] @angular/[email protected].0 @angular/[email protected].0 @angular/[email protected].0 @angular/[email protected].0 @angular/[email protected].0 | ||
- npm install [email protected] [email protected] @angular/[email protected].2 @angular/[email protected].2 @angular/[email protected].2 @angular/[email protected].2 @angular/[email protected].2 | ||
- npm install | ||
script: | ||
- npm run build | ||
|
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