Skip to content

Commit 31dd690

Browse files
author
Michael Seemann
committed
update packages and readme for angular version 15
1 parent ac210cc commit 31dd690

24 files changed

+13520
-15332
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Angular 14 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
1+
Angular 15 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
22
assumes that you are building an Angular app with TypeScript. Angular CLI makes it even easier but isn't required.
33

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

19-
### Status of the npm package version 14 (mdl version 1.3.0; angular 14)
19+
### Status of the npm package version 15 (mdl version 1.3.0; angular 14)
2020

2121
- Badges
2222
- Buttons
@@ -86,8 +86,8 @@ sassLoader: {
8686

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

89-
- current angular version: 13
90-
- current angular-mdl version: 13
89+
- current angular version: 15
90+
- current angular-mdl version: 15
9191

9292
## The components
9393

angular.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,12 @@
343343
"schematics": {
344344
"@schematics/angular:component": {
345345
"style": "scss"
346+
},
347+
"@angular-eslint/schematics:application": {
348+
"setParserOptionsProject": true
349+
},
350+
"@angular-eslint/schematics:library": {
351+
"setParserOptionsProject": true
346352
}
347353
}
348354
}

0 commit comments

Comments
 (0)