|
@@ -1,5 +1,5 @@
|
|
|
-# IoT UI
|
|
|
|
|
-Code repository for SWOPT's IoT (Internet of Things) UI project.
|
|
|
|
|
|
|
+# SWOPT Angular Template
|
|
|
|
|
+SWOPT Angular Template for SWOPT's Angular projects.
|
|
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.3.
|
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.3.
|
|
|
|
|
|
|
|
## Getting Started
|
|
## Getting Started
|
|
@@ -11,7 +11,20 @@ If you encounter the following error while trying to run `ng serve`, please dele
|
|
|
```
|
|
```
|
|
|
[ERROR] TS-993004: Unable to import class CommonModule.
|
|
[ERROR] TS-993004: Unable to import class CommonModule.
|
|
|
The symbol is not exported from [your_project_directory]/src/dependencies/angularlib/node_modules/@angular/common/index.d.ts (module '@angular/common'). [plugin angular-compiler]
|
|
The symbol is not exported from [your_project_directory]/src/dependencies/angularlib/node_modules/@angular/common/index.d.ts (module '@angular/common'). [plugin angular-compiler]
|
|
|
-```
|
|
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+## Project Structure
|
|
|
|
|
+Your project files should be putted in `scr/app` folder:
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+## Project Dependencies
|
|
|
|
|
+Project dependencies can be found in `src/dependencies`
|
|
|
|
|
+`angularlib` - SWOPT's angular library for commonly used components
|
|
|
|
|
+`dp-ui` - Domain Proxy library (UI version)
|
|
|
|
|
+`fis-commons` - FIS typescript library
|
|
|
|
|
+etc...
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
## Development server
|
|
## Development server
|
|
|
|
|
|
|
|
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
|
|
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
|