forked from ng2-ui/ngui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
5,853 additions
and
1,189 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Need to upgrade webpack from 1.* to 2.* |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
import { Ng2OverlayManager } from 'ng2-overlay'; | ||
import { Ng2MapComponent } from "ng2-map"; | ||
import { Ng2ScrollableDirective } from "ng2-scrollable"; | ||
import { Ng2MessagePopupComponent, Ng2PopupComponent } from "ng2-popup"; | ||
export { Ng2OverlayManager, Ng2PopupComponent, Ng2MessagePopupComponent, Ng2MapComponent, Ng2ScrollableDirective }; | ||
export declare class Ng2UIModule { | ||
} | ||
import { Ng2ScrollableDirective, Ng2MessagePopupComponent, Ng2PopupComponent, Ng2OverlayManager, Ng2MapComponent, Ng2UIModule, Ng2MapModule } from './ng2-ui.module'; | ||
export { Ng2OverlayManager, Ng2PopupComponent, Ng2MessagePopupComponent, Ng2MapComponent, Ng2ScrollableDirective, Ng2MapModule, Ng2UIModule }; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{"Ng2OverlayManager":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2OverlayManager"},"Ng2PopupComponent":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2PopupComponent"},"Ng2MessagePopupComponent":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2MessagePopupComponent"},"Ng2MapComponent":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2MapComponent"},"Ng2ScrollableDirective":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2ScrollableDirective"},"Ng2MapModule":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2MapModule"},"Ng2UIModule":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2UIModule"}}},{"__symbolic":"module","version":1,"metadata":{"Ng2OverlayManager":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2OverlayManager"},"Ng2PopupComponent":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2PopupComponent"},"Ng2MessagePopupComponent":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2MessagePopupComponent"},"Ng2MapComponent":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2MapComponent"},"Ng2ScrollableDirective":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2ScrollableDirective"},"Ng2MapModule":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2MapModule"},"Ng2UIModule":{"__symbolic":"reference","module":"./ng2-ui.module","name":"Ng2UIModule"}}}] |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { Ng2MapModule } from "ng2-map"; | ||
import { Ng2OverlayManager } from 'ng2-overlay'; | ||
import { Ng2ScrollableDirective } from "ng2-scrollable"; | ||
import { Ng2MessagePopupComponent, Ng2PopupComponent } from "ng2-popup"; | ||
import { Ng2MapComponent } from "ng2-map"; | ||
export { Ng2OverlayManager, Ng2ScrollableDirective, Ng2MessagePopupComponent, Ng2PopupComponent, Ng2MapComponent, Ng2MapModule }; | ||
export declare class Ng2UIModule { | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.