We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Angular 8 the demo host app of 'workbench application platform' fails to start with the following error:
The error does not happen when serving the app with ng serve command line tool.
The app requires the 'web-animations-js' polyfill because the workbench uses AnimationBuilder API.
AnimationBuilder
This issue is related to angular/angular-cli#14518.
The host app can be started even with 'web-animations-js' polyfill imported.
npm run app:workbench-application-platform:build-now:host-app
npm i http server -g
http-server
http://localhost:8080/index.html
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
fix: remove 'web-animations-js' polyfill from host-app as it breaks t…
612c943
…he app This commit addresses issue #152 not to break the app, and is a workaround until angular/angular-cli#14518 is fixed.
2c55f2f
This application is end-of-life and no longer maintained.
Sorry, something went wrong.
danielwiehl
No branches or pull requests
Current behavior
Since Angular 8 the demo host app of 'workbench application platform' fails to start with the following error:
The error does not happen when serving the app with ng serve command line tool.
The app requires the 'web-animations-js' polyfill because the workbench uses
AnimationBuilder
API.This issue is related to angular/angular-cli#14518.
Expected behavior
The host app can be started even with 'web-animations-js' polyfill imported.
Minimal reproduction of the problem with instructions
npm run app:workbench-application-platform:build-now:host-app
npm i http server -g
http-server
commandhttp://localhost:8080/index.html
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: