Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created July 13, 2018 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/c695c173e9ea31a41ec4ca5aefe594b3 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/c695c173e9ea31a41ec4ca5aefe594b3 to your computer and use it in GitHub Desktop.
|-src
|-----main.ts
|-----routes.ts
|-----app.config.json
|-----department.controller
|---------department.controller.html
|---------department.controller.ts
|-----home.controller
|---------home.controller.ts
|---------home.controller.html
|-----department.service
|---------department.service.ts
|-----employee.modal.controller
|---------employee.modal.controller.ts
|---------employee.modal.controller.html
|-typings
|-----custom
|---------appconfig
|-------------index.d.ts
|---------department
|-------------index.d.ts
|---------departmentControllerScope
|-------------index.d.ts
|---------employee
|-------------index.d.ts
|---------employeeModalControllerScope
|-------------index.d.ts
|---------homeControllerScope
|-------------index.d.ts
|---------localStorageService
|-------------index.d.ts
|---------routeParams
|-------------index.d.ts
|-index.html
|-package.json
|-systemjs-config.js
|-tsconfig.json
|-typings.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment