- Notifications
You must be signed in to change notification settings - Fork221
Commit9799ce2
authored
fix: AOT Compilation in Angular 6 & SystemJS (#400)
* fix: Fixed AOT when imported as libraryFixes#209* fix(demo): Fixed SuiPopupConfig injector error* refactor: Renamed all `index` files to `internal`This will ensure that no imports are accidentally created using just the directory name, which causes endless problems with Angular's CLI* fix(demo): Fixed stack overflow in compilation1 parent12e33e1 commit9799ce2
File tree
104 files changed
+137
-132
lines changed- demo/src/app
- src
- behaviors
- localization
- collections
- message
- components
- pagination
- misc
- util
- modules
- accordion
- components
- checkbox
- components
- directives
- collapse
- datepicker
- classes
- components
- directives
- helpers
- services
- views
- dimmer
- components
- dropdown
- directives
- modal
- components
- services
- popup
- classes
- components
- directives
- progress
- rating
- components
- search
- components
- services
- select
- classes
- components
- sidebar
- tabs
- transition
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+137
-132
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + |
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
0 commit comments
Comments
(0)