/angular-playground

:warning: :construction: :bangbang: Reusable table component which allows to inject caption, header, body and footer thank to Angular content projection.

Primary LanguageTypeScriptMIT LicenseMIT

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