d3byte / angular-templates

Repo with angular project ready-to-go templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Repo with angular project ready-to-go templates

License:MIT License


Languages

Language:TypeScript 78.2%Language:JavaScript 17.7%Language:HTML 3.3%Language:CSS 0.8%