BBCodeParser icon indicating copy to clipboard operation
BBCodeParser copied to clipboard

How to import it on angular 8?

Open Anatoly03 opened this issue 5 years ago • 1 comments

As always, I import modules in the app.module.ts, but for some reason bbcode-parseq is not displayed as existing for me.

Anatoly03 avatar Sep 01 '19 15:09 Anatoly03

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';

samorgill avatar May 29 '21 11:05 samorgill