BBCodeParser
BBCodeParser copied to clipboard
How to import it on angular 8?
As always, I import modules in the app.module.ts
, but for some reason bbcode-parseq is not displayed as existing for me.
Simply import it it within the component that you require it as follows. No need to import it into app.module.ts
:
import * as BBCodeParser from 'bbcode-parser';