Skip to content

Commit 2d13298

Browse files
committed
fix(project): upgraded the project to angular v9
1 parent a9851c9 commit 2d13298

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66

7-
# @angular-material-extensions/pages - Open source library for Angular Apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes) - Angular V8 supported
7+
# @angular-material-extensions/pages - Open source library for Angular Apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes) - Angular V9 supported
88

99
[![npm version](https://badge.fury.io/js/%40angular-material-extensions%2Fpages.svg)](https://badge.fury.io/js/%40angular-material-extensions%2Fpages)
1010
[![npm demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://angular-material-extensions.github.io/pages)
@@ -64,7 +64,7 @@ by starring :star: and sharing it :loudspeaker:
6464
View all the directives and components in action at [https://angular-material-extensions.github.io/pages](https://angular-material-extensions.github.io/pages)
6565

6666
## Dependencies
67-
* [Angular](https://angular.io) (*requires*) tested with V7
67+
* [Angular](https://angular.io) (*requires*) tested with V9
6868
- if you are still using angular v5 or lower, please use the following version `1.2.1`
6969

7070

@@ -312,6 +312,8 @@ $ ng serve --open
312312
- [@angular-material-extensions/contacts](https://github.com/angular-material-extensions/contacts)
313313
- [@angular-material-extensions/jumbotron](https://github.com/angular-material-extensions/jumbotron)
314314
- [@angular-material-extensions/faq](https://github.com/angular-material-extensions/faq)
315+
- [@angular-material-extensions/fab-menu](https://github.com/angular-material-extensions/fab-menu)
316+
- [@angular-material-extensions/select-country](https://github.com/angular-material-extensions/select-country)
315317
- [@angular-material-extensions/combination-generator](https://github.com/angular-material-extensions/combination-generator)
316318

317319
---

projects/angular-material-extensions/pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/pages",
33
"description": "Open source library for angular apps to illustrate custom material pages content with steps (ideal for tutorials and explanation purposes)",
4-
"version": "2.1.0",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/angular-material-extensions/pages",
66
"author": {
77
"name": "anthonynahas",

0 commit comments

Comments
 (0)