Skip to content

mrlonis/example-angular-theme-lib

Repository files navigation

example-angular-theme-lib

Table of Contents

Updating Angular

To update Angular, run the following command replacing VERSION with the version you want to update to:

npm run ng -- update @angular/core@VERSION @angular/cli@VERSION @angular/material@VERSION angular-eslint@VERSION

Example

npm run ng -- update @angular/core@19 @angular/cli@19 @angular/material@19 angular-eslint@19

Generating Material 3 Theme

To generate an Angular Material 3 (M3) theme, you can use the Angular Material schematics:

ng generate @angular/material:m3-theme

Example For This Project

npm run ng -- generate @angular/material:m3-theme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •