Skip to content

Commit

Permalink
update packages and readme for angular version 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Seemann committed Dec 23, 2022
1 parent ac210cc commit 31dd690
Show file tree
Hide file tree
Showing 24 changed files with 13,520 additions and 15,332 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Angular 14 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
Angular 15 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
assumes that you are building an Angular app with TypeScript. Angular CLI makes it even easier but isn't required.

[![CircleCI](https://circleci.com/gh/mseemann/angular2-mdl/tree/master.svg?style=shield)](https://circleci.com/gh/mseemann/angular2-mdl/tree/master)
Expand All @@ -16,7 +16,7 @@ assumes that you are building an Angular app with TypeScript. Angular CLI makes
by [AndreaM16](https://github.com/AndreaM16): [Demo-App](https://angular-mdl-dashboard.herokuapp.com/#/home)
, [Sources](https://github.com/AndreaM16/angular-mdl-dashboard).

### Status of the npm package version 14 (mdl version 1.3.0; angular 14)
### Status of the npm package version 15 (mdl version 1.3.0; angular 14)

- Badges
- Buttons
Expand Down Expand Up @@ -86,8 +86,8 @@ sassLoader: {

Additional components for @angular-mdl/core that are not part of material design lite

- current angular version: 13
- current angular-mdl version: 13
- current angular version: 15
- current angular-mdl version: 15

## The components

Expand Down
6 changes: 6 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,12 @@
"schematics": {
"@schematics/angular:component": {
"style": "scss"
},
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit 31dd690

Please sign in to comment.