tigger 2 лет назад
Родитель
Сommit
fbb9752175
2 измененных файлов с 17 добавлено и 4 удалено
  1. 16 3
      README.md
  2. 1 1
      src/dependencies/angularlib

+ 16 - 3
README.md

@@ -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 files location](https://rem.swopt.com/media/images/ng-template/eg002.png)
+
+## 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...    
+![Project dependencies location](https://rem.swopt.com/media/images/ng-template/eg001.png)
+
 ## 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.

+ 1 - 1
src/dependencies/angularlib

@@ -1 +1 @@
-Subproject commit 3e466f2ff5e0ac7303f8bd4d6cd3e56cbf0b2e0f
+Subproject commit 5af9069dcf888cdc4a1ad6d680ad13676a111933