Only apps based on Angular CLI supported?
See original GitHub issueWe have apps compiled by only ngc
without any problems and then bundled using other tools like SystemJS Builder
, Rollup
, CC
, … and it looks that it is not possible to open such projects in ngrev
… selecting a correct tsconfig.json
file … the following error message appears:
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
How to generate apps with older @angular/cli versions
We'll show how to generate apps as if we had ng CLI version for the respective Angular version 2.x.x/4.x.x/5.x.x/6.x.x./7.x.x/8.x.x/9.x.x.
Read more >Building and serving Angular apps
This page discusses build-specific configuration options for Angular projects. Configuring application environmentslink. You can define different named ...
Read more >Browser support - Angular
The Angular CLI provides support for polyfills. If you are not using the CLI to create your projects, see Polyfill instructions for non-CLI...
Read more >Apps That Work Natively on the Web and Mobile - Angular Blog
Today we're happy to announce an exciting new way to build web and mobile apps with Angular and NativeScript.
Read more >CLI Overview and Command Reference - Angular
Major versions of Angular CLI follow the supported major version of Angular, but minor versions can be released separately. Install the CLI using...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the observations! I can embed this in the tool. Until then, we can use this issue as reference.
Happy holidays! 😃
@mlc-mlapis oh, sorry. Forgot about the link. Let me try to reproduce it 😃.