Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-p committed Jun 13, 2021
1 parent 58ccd61 commit 91ed36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-golden-layout-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This library allows for Angular 12+ applications to easily use [Golden Layout](h

## Why version 2?

The package [ngx-golden-layout](https://www.npmjs.com/package/ngx-golden-layout) has fallen out of maintenance and is now 4 major releases behind Angular and 2 major releases behind `GoldenLayout`. The package is also close sourced.
The package [ngx-golden-layout](https://www.npmjs.com/package/ngx-golden-layout) has fallen out of maintenance and is now 4 major releases behind Angular and 2 major releases behind [GoldenLayout](https://www.npmjs.com/package/golden-layout). The package is also close sourced.

## Setup

1. Install this package

> npm i ngx-golden-layout-2
> npm i ngx-golden-layout-2 golden-layout
2. Add NgxGoldenLayout to your app module

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-golden-layout-2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-golden-layout-2",
"description": "Use Golden Layout in Angular 12+ applications",
"version": "1.1.0",
"version": "1.1.1",
"peerDependencies": {
"@angular/common": "^12.0.3",
"@angular/core": "^12.0.3",
Expand Down

0 comments on commit 91ed36d

Please sign in to comment.