Skip to content

d3byte/angular-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c5e892 · May 30, 2020

History

5 Commits
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020

Repository files navigation

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.