Skip to content

Make repo apps compatible with --bundle #1857

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 16 commits into from
Jun 25, 2019

Conversation

VladimirAmiorkov
Copy link
Contributor

Before this PR cab be merged this PR needs to be merged into the CLI master branch and it needs to be released as a next tag. After that we can change the webpack tag used in the PR to next

PR Checklist

What is the current behavior?

The following applications do not work correctly when --bundle is enabled:

  • tests
  • e2e/router-tab-view
  • e2e/nested-router-tab-view
  • e2e/modal-navigation-ng

What is the new behavior?

The following applications work correctly when --bundle is enabled:

  • tests
  • e2e/router-tab-view
  • e2e/nested-router-tab-view
  • e2e/modal-navigation-ng

@VladimirAmiorkov VladimirAmiorkov self-assigned this Jun 12, 2019
@cla-bot cla-bot bot added the cla: yes label Jun 12, 2019
vakrilov
vakrilov previously approved these changes Jun 25, 2019
@VladimirAmiorkov VladimirAmiorkov marked this pull request as ready for review June 25, 2019 11:40
Copy link
Contributor

@vakrilov vakrilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VladimirAmiorkov VladimirAmiorkov merged commit 1cb3675 into master Jun 25, 2019
@VladimirAmiorkov VladimirAmiorkov deleted the amiorkov/webpack-tests-app branch June 25, 2019 13:27
VladimirAmiorkov pushed a commit that referenced this pull request Jun 28, 2019
* chore: bump version

* Update zone.js peer dependency

* update zone.js in all apps

* Make repo apps compatible with `--bundle` (#1857)

* chore: upgrade app to latest versions and webpack

* chore: fix incorrect temlateUrl in component
chore: update karma config for latest CLI beta 6.0.0

* chore: make `router-tab-view` example webpack compatible

* chore: make `nested-router-tab-view` example webpack compatible

* chore: fix lazy loaded component not loading

* chore: make `modal-navigation-ng` example webpack compatible

* chore: add webpack config due to issue in CLI that disregards the `nsconfig.json`

* chore: update test app with latest deps and remove not used d.ts

* chore: update karma config

* chore: resolve issue caused by overrding `global.__extends `

* chore: update Angular deps

* chore: update `nativescript-dev-webpack` to next

* refactor: unit-test configs

* test: update webpack config

* refactor: remove deprecated API usage (#1874)

* tests: mocha reporter and include ts files (#1875)

* Migrate from ReflectiveInjector (deprecated) to StaticInjector (#1868)

* chore: migrate to StaticInjector

* chore: replace parentInjector in detached-loader

* release: cut the 8.0.2 release

* chore: update version

* chore: update CHANGELOG for 8.0.2
zbranzov pushed a commit that referenced this pull request Jul 5, 2019
* chore: bump version

* Update zone.js peer dependency

* update zone.js in all apps

* Make repo apps compatible with `--bundle` (#1857)

* chore: upgrade app to latest versions and webpack

* chore: fix incorrect temlateUrl in component
chore: update karma config for latest CLI beta 6.0.0

* chore: make `router-tab-view` example webpack compatible

* chore: make `nested-router-tab-view` example webpack compatible

* chore: fix lazy loaded component not loading

* chore: make `modal-navigation-ng` example webpack compatible

* chore: add webpack config due to issue in CLI that disregards the `nsconfig.json`

* chore: update test app with latest deps and remove not used d.ts

* chore: update karma config

* chore: resolve issue caused by overrding `global.__extends `

* chore: update Angular deps

* chore: update `nativescript-dev-webpack` to next

* refactor: unit-test configs

* test: update webpack config

* refactor: remove deprecated API usage (#1874)

* tests: mocha reporter and include ts files (#1875)

* Migrate from ReflectiveInjector (deprecated) to StaticInjector (#1868)

* chore: migrate to StaticInjector

* chore: replace parentInjector in detached-loader

* feat(tabs): register tabs elements (#1883)

* feat(tabs): register tabs elements

* feat(tests-app-ng): add tabs component

* chore: fix android28 animation tests (#1885)

* chore: retry a flaky test on failure (#1886)

* release: cut the 8.0.2 release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants