All Projects → aelbore → vite-angular-experiment

aelbore / vite-angular-experiment

Licence: other
Experiment Angular (Ivy) with Vite

Programming Languages

typescript
32286 projects
HTML
75241 projects

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-elements without NgModule
    • yarn serve - run into browser http://localhost:3000
  • Run the Angular with NgModule
    • change the script tag in index.html
     <script type="module" src="./src/angular/app.module.ts"></script>
    • yarn serve - run into browser http://localhost:3000

Note

Currently it is only supports single component (inline template and styles)
In Angular with NgModule, common modules are not working

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].