angular project structure
Search NgxRocket. Very usefull library
angular project structure
Search NgxRocket. Very usefull library
comand component create struct angular
ng g component [directory-where-you-want-to-save-the-component]/[new-component-name]
ng generate component [directory-where-you-want-to-save-the-component]/[new-component-name]
Angular Project Structure
├── src
│ ├── app
│ │ ├── admin
│ │ │ ├── directives
│ │ │ ├── pages
│ │ │ │ ├── dashboard
│ │ │ │ │ ├── dashboard.component.ts
│ │ │ │ ├── rights
│ │ │ │ │ ├── rights.component.ts
│ │ │ │ ├── user
│ │ │ │ │ ├── user.component.ts
│ │ │ │ ├── admin.component.ts
│ │ │ │ ├── admin.component.html
│ │ │ │ ├── admin.component.css
│ │ │ │ ├── index.ts
│ │ │ ├── pipes
│ │ │ ├── admin.module.ts
│ │ │ ├── admin.routing.module.ts
│ │ │ ├── index.ts
│ │ ├── core
│ │ │ ├── models
│ │ │ │ ├── index.ts
│ │ │ │ ├── repos.ts
│ │ │ ├── services
│ │ │ │ ├── github.service.ts
│ │ │ │ ├── index.ts
│ │ │ ├── core.module.ts
│ │ │ ├── index.ts
│ │ ├── github
│ │ │ ├── pages
│ │ │ │ ├── repolist
│ │ │ │ │ ├── repolist.component.ts
│ │ │ │ │ ├── repolist.component.html
│ │ │ ├── github.routing.module.ts
│ │ │ ├── github.module.ts
│ │ │ ├── index.ts
│ │ ├── home
│ │ │ ├── pages
│ │ │ │ ├── aboutus
│ │ │ │ │ ├── about-us.component.ts
│ │ │ │ ├── contactus
│ │ │ │ │ ├── contact-us.component.ts
│ │ │ │ ├── home
│ │ │ │ │ ├── home-us.component.ts
│ │ │ │ ├── index.ts
│ │ │ ├── home-routing.module.ts
│ │ │ ├── home.module.ts
│ │ │ ├── index.ts
│ │ ├── shared
│ │ │ ├── layout
│ │ │ │ ├── footer
│ │ │ │ │ ├── footer.component.ts
│ │ │ │ │ ├── footer.component.html
│ │ │ │ ├── header
│ │ │ │ │ ├── header.component.ts
│ │ │ │ │ ├── header.component.html
│ │ │ ├── index.ts
│ ├── app-routing.module.ts
│ ├── app-wildcard-routing.module.ts
│ ├── app.component.css
│ ├── app.component.html
│ ├── app.component.spec.ts
│ ├── app.component.ts
│ ├── app.module.ts
│ ├── not-found.component.ts
workspace angular
content_copy
my-workspace/
... (workspace-wide config files)
projects/ (generated applications and libraries)
my-first-app/ --(an explicitly generated application)
... --(application-specific config)
e2e/ ----(corresponding e2e tests)
src/ ----(e2e tests source)
... ----(e2e-specific config)
src/ --(source and support files for application)
my-lib/ --(a generated library)
... --(library-specific config)
src/ --source and support files for library)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us