Skip to content

Commit 88598bc

Browse files
Removed angular version number.
1 parent 3b3bdd7 commit 88598bc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

source/maintenance-guide/maintenance-guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Setup developement
7676
To setup your dev environment please follow these instructions:
7777

7878
1. Get the solution from Github. Clone the OS2IoT-docker, OS2IoT-backend, and OS2IoT-frontend.
79-
2. Install typescript and angular globally on your computer.
80-
a. Angular 17 – install by open terminal and type :code:`npm install -g @angular/cli@17`
79+
2. Install typescript and Angular globally on your computer.
80+
a. Angular – Find the current Angular version in the package.json file, and install that Angular version by open terminal and type :code:`npm install -g @angular/cli@{{VERSION_NUMBER}}`
8181
b. Typescript – install by open terminal and type :code:`npm install -g typescript`
8282
3. For OS2IoT-frontend install dependencies and start
8383
a. Navigate terminal to the OS2IoT-frontend folder and type :code:`npm install`

source/user-interface-guidelines/user-interface-guidelines.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,8 @@ JavaScript
365365
~~~~~~~~~~
366366

367367
In accordance with the Angular best practices TypeScript is used and
368-
compiled to JavaScript. As of the date of writing this document the
369-
used version of Angular (17) uses TypeScript 5. This supports the
370-
newest browsers in accordance with the agreement with the customer and
368+
compiled to JavaScript. The current version of Angular and Typescript is found in the package.json file.
369+
This supports the newest browsers in accordance with the agreement with the customer and
371370
thus this is used.
372371

373372
.. _in-general-2:

0 commit comments

Comments
 (0)