Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config filename for latest Angular stable version #825

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install @types/core-js --save-dev

## Adding the icon font

If you want to, you can use the official Videogular font to set icons on your buttons and controls. To do that you need to add a CSS on you `.angular-cli.json` file available on the root of your project.
If you want to, you can use the official Videogular font to set icons on your buttons and controls. To do that you need to add a CSS on you `.angular.json` file available on the root of your project.

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/streaming/vg-dash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this example `currentStream` can contain either an `mpd`, `m3u8` or `mp4` fil
</vg-player>
```

This module is dependant of `dashjs` library and you need to install via `npm install dashjs --save` and include it on your `.angular-cli.json` config file:
This module is dependant of `dashjs` library and you need to install via `npm install dashjs --save` and include it on your `.angular.json` config file:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/streaming/vg-hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this example `currentStream` can contain either an `mpd`, `m3u8` or `mp4` fil
</vg-player>
```

This module is dependant of `hls.js` library and you need to install via `npm install hls.js --save` and include it on your `.angular-cli.json` config file:
This module is dependant of `hls.js` library and you need to install via `npm install hls.js --save` and include it on your `.angular.json` config file:

```json
{
Expand Down