Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 806 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 806 Bytes

Angular Content Projection Playground

Check it out! (non working link yet)

Table Of Content

Components

  • TableComponent:

    Reusable table component which allows to inject arbitrary caption, header, body and footer. Browser's result of the table component

Services

Directives

  • SuffixDirective

Pipes

Guard

Modules

Testing

  • ng test
  • ng test --browsers ChromeHeadless

Coverage

  • ng test --code-coverage
  • ng test --code-coverage --browsers ChromeHeadless