Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 393 Bytes

Default template

Template for angular application with a lazy-loadable structure.

share – a folder for shared pieces of code:

  • interfaces
  • components
  • pipes
  • directives
  • helpers (utils)
  • anything else

core – a folder for core things such as services

home – a module for home page that you can change anyway you`d like. You may use it as a boilerplate for other modules.