- Fix an issue where
@angular/platform-browser-dynamic
was unintentionally being brought intopackage.json
- Support for Angular 12 and below dropped due to the new packaging format.
- Support for Angular >=13 <15
- Replace NgHelmetTitleComponent and NgHelmetMetaComponent with NgHelmetChildDirective which handles both these cases, and is extensible to more.
- Renamed some internal options:
NG_HELMET_CONFIG_TOKEN
=>NG_HELMET_OPTIONS
andNgHelmetConfig
=>NgHelmetOptions
. - Swap
import { QueryList }
toimport type { QueryList }
to avoid unnecessary inclusion of type.
- Initial release