Skip to content

chore: Rebase on master #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 10, 2018
Merged

chore: Rebase on master #4

merged 3 commits into from
May 10, 2018

Conversation

vakrilov
Copy link

Rebased on master and fixed a couple modal dialog tests after

MartoYankov and others added 3 commits May 4, 2018 14:09
* feat: NativeScript 4.0 integration

Angular application is started with `application.run()` which means the the root view of the app will be the root view of the `AppComponent`.
Previous behavior: Anagular application was started with `application.start()` - this aways creates a root `Frame`. The platfrom bootstrap was always creating the inital `Page` and loading the `AppComponent` inside.

The `<page-router-outlet>` will create a Frame as a native element and will create a page for each component activated in it (including the inital page).

* feat: Introduce FrameService for working with frame

* test: TabView with multiple outlets project

* feat(router): Implemented pageTransitionDuration for NSRouterLInks + improved relative url handling

* test: Tests for tests with page outlet and navigation in multiple tabs

* fix-next(dialogs): integrate showModal method with changes in 4.0

Rename RootView class to AppHostView class.
Expose ngAppRoot property of AppHostView class.
Add modal-nested-test example.

* chore: tslint errors

* fix-next(dialogs): showModal dialog of selector template as root

Extend AppHostView class to overwrite the `content` property of ContentView.

* test(ng-sample): add modal router outlet example

* test(ng-sample): add modal page router outlet example

* chore: a tslint error

* feat(router): rework to support history by outlet

* refactor(dialogs): remove page wrapper

* chore(e2e-modal): update modal-navigation-ng app to display miodal view

* fix-next(dialogs): handle close modal

Sanitize router states and cache when closing modal view

* chore(app-host-view): remove unnecessary extractContentFromHost method

* test(location): add location strategy tests

* chore(tslint): fix errors

* chire(modal): ensure close modal called once
@hypery2k hypery2k merged commit 5619247 into hypery2k:testing May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants