vite-angular-experiment
vite-angular-experiment copied to clipboard
Experiment Angular (Ivy) with Vite
vite-angular-experiment
Experiment Angular (Ivy) with Vite
Getting Started
- Install dependencies
git clone https://github.com/aelbore/vite-angular-experiment.git yarn install
Example
- Run the Angular with
ngx-elementswithoutNgModuleyarn serve- run into browserhttp://localhost:3000
- Run the Angular with
NgModule- change the
scripttag inindex.html
<script type="module" src="./src/angular/app.module.ts"></script>yarn serve- run into browserhttp://localhost:3000
- change the
Note
Currently it is only supports single component (inline template and styles)
In Angular with NgModule, common modules are not working