Update documentation.
v0.2.1
- Add typescript
CallbackType. - Marked
callback()method is always in use. - Add template loading while loading.
- Use
OnPushin component to get better performance. - Add
MarkedConfigClasswith marked options and loading template that is used withforRoot({options: {}, templateLoading: ''}). - Component and directive are using
ngDoCheck()ngAfterViewInit()ngOnChanges()cycle hooks. - Use
Promiseto parse with marked. - Add common for component and directive
MarkdownHoodClass. - Add property
stringto provide markdown string. - Add property
interpolationto parse interpolate markdown string. - Add result
EventEmitterto emit markdown result.
Test:
- Add component promise tests.