项目作者: bugtamer

项目描述 :
:warning: :construction: :bangbang: Reusable table component which allows to inject caption, header, body and footer thank to Angular content projection.
高级语言: TypeScript
项目地址: git://github.com/bugtamer/angular-content-projection-playground.git
创建时间: 2021-05-31T20:39:36Z
项目社区:https://github.com/bugtamer/angular-content-projection-playground

开源协议:MIT License

下载


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