Skip to content

Commit 5061cba

Browse files
author
Your Name
committed
Angular Testing Course
2 parents ca16c78 + f66e47c commit 5061cba

18 files changed

+2469
-4602
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33

44
This repository contains the code of the [Angular Testing Course](https://angular-university.io/course/angular-testing-course).
55

6-
This course repository is updated to Angular v7, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
6+
This course repository is updated to Angular v8, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
77

88
![Angular Testing Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-testing-small.png)
99

1010

1111
# Installation pre-requisites
1212

13-
IMPORTANT: Please use NPM 5 or above, to make sure the package-lock.json is used.
14-
15-
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
13+
For running this project we need node and npm installed on our machine. These are some tutorials to install node in different operating systems:
1614

1715
*Its important to install the latest version of Node*
1816

browserslist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+
# For additional information regarding the format and rule options, please see:
3+
# https://github.com/browserslist/browserslist#queries
4+
5+
# You can see what browsers were selected by your queries by running:
6+
# npx browserslist
7+
8+
> 0.5%
9+
last 2 versions
10+
Firefox ESR
11+
not dead
12+
not IE 9-11 # For IE 9-11 support, remove 'not'.

0 commit comments

Comments
 (0)