Skip to content

ConfigProvider

Compare
Choose a tag to compare
@KillerCodeMonkey KillerCodeMonkey released this 02 Jul 15:07
· 1259 commits to master since this release

Breaking:

  • Import QuillModule like this in your main module:
@NgModule({
   ...,
   imports: [QuillModule.forRoot()]
})
class AppModule {}