NextGenSoftware.OASIS.API.ONODE.OPORTAL
├───.config
├───api
├───App_Start
├───ClientApp // Angular Project Root
│ ├───oasis-angular
│ │ └───oasis-web
│ │ ├───dist
│ │ │ └───oasis-web
│ │ │ └───assets
│ │ │ ├───css
│ │ │ │ ├───base
│ │ │ │ ├───components
│ │ │ │ └───custom-style
│ │ │ ├───globalStyles
│ │ │ │ ├───base
│ │ │ │ ├───components
│ │ │ │ └───custom-style
│ │ │ └───img
│ │ └───src
│ │ ├───app
│ │ │ ├───common
│ │ │ │ └───modal
│ │ │ ├───components
│ │ │ │ ├───header
│ │ │ │ ├───home
│ │ │ │ ├───login
│ │ │ │ ├───side-nav
│ │ │ │ └───signup
│ │ │ └───services
│ │ ├───assets
│ │ │ ├───css
│ │ │ │ ├───base
│ │ │ │ ├───components
│ │ │ │ └───custom-style
│ │ │ ├───globalStyles
│ │ │ │ ├───base
│ │ │ │ ├───components
│ │ │ │ └───custom-style
│ │ │ └───img
│ │ └───environments
│ ├───oasis-pure-js
│ │ └───dist
│ │ └───oasis-web
│ │ └───assets
│ │ ├───css
│ │ │ ├───base
│ │ │ ├───components
│ │ │ └───custom-style
│ │ ├───globalStyles
│ │ │ ├───base
│ │ │ ├───components
│ │ │ └───custom-style
│ │ └───img
│ └───oasis-web
├───Controllers
├───Pages
├───Properties
├───react-app // React Project Root
│ ├───public
│ └───src
│ ├───Components
│ ├───CSS
│ └───img
└───wwwroot // Web/HTML Project Root
├───assets
│ ├───css
│ ├───img
│ └───js
├───postman
└───source
├───.vscode
├───dist
│ └───assets
│ ├───css
│ ├───img
│ └───js
├───main
│ └───assets
│ ├───css
│ │ ├───base
│ │ ├───components
│ │ └───custom-style
│ ├───img
│ └───js
│ └───components
└───settingsLast updated