UNPKG

ngx-router-meta

Version:

Configure HTML meta tags in route configuration of Angular

30 lines (22 loc) 2.21 kB
# NgxRouterMeta - Changelog # 1.0.0 (2019-09-04) ### Bug Fixes * **build:** enable TS metadata emit ([58c09b2](https://github.com/gund/ngx-router-meta/commit/58c09b2)) * **lib:** adjust public API to export only public entities ([07774ea](https://github.com/gund/ngx-router-meta/commit/07774ea)) * **lib:** cleanup old meta tags when updating meta ([101a309](https://github.com/gund/ngx-router-meta/commit/101a309)) * **lib:** injection type in RouterMetaService to support AOT compilation ([676935c](https://github.com/gund/ngx-router-meta/commit/676935c)) * **lib:** properly annotate optional injection token type ([3044a72](https://github.com/gund/ngx-router-meta/commit/3044a72)) * **lib:** remove personal scope from package name ([5d13d4d](https://github.com/gund/ngx-router-meta/commit/5d13d4d)) * **lib:** resets of meta with proper contexts ([3c67c74](https://github.com/gund/ngx-router-meta/commit/3c67c74)) * **lib:** use personal scope for package name ([4d987c0](https://github.com/gund/ngx-router-meta/commit/4d987c0)) ### Features * **lib:** add templating capabilities to strings ([9cd5c7c](https://github.com/gund/ngx-router-meta/commit/9cd5c7c)) * **lib:** allow custom intepolation in strings ([6a305c2](https://github.com/gund/ngx-router-meta/commit/6a305c2)) * **lib:** allow providing default context ([c0f91f2](https://github.com/gund/ngx-router-meta/commit/c0f91f2)) * **lib:** allow to clear context via service ([821dcdb](https://github.com/gund/ngx-router-meta/commit/821dcdb)) * **lib:** allow to provide config as custom provider ([9e629f6](https://github.com/gund/ngx-router-meta/commit/9e629f6)) * **lib:** generate library ([d39cf18](https://github.com/gund/ngx-router-meta/commit/d39cf18)) * **lib:** implement basic meta functionality ([00ea7ea](https://github.com/gund/ngx-router-meta/commit/00ea7ea)) * **lib:** implement title trnasfer from server to client ([e10794b](https://github.com/gund/ngx-router-meta/commit/e10794b)) * **lib:** process default title as template ([ac7054a](https://github.com/gund/ngx-router-meta/commit/ac7054a)) * **lib:** support inner interpolations in templates ([c0e4eb6](https://github.com/gund/ngx-router-meta/commit/c0e4eb6))