-2

I'm using angular 8, with bootstrap "bootstrap": "^4.3.1",

I want to migrate my application to ng-bootstrap, to avoid jquery

Any idea please

1 Answers1

-1

Here is my approach -

  • Map your current components with OOB ng-bootstrap component. Those are directly available use as it is.
  • Refactor your component to replace older tags and directives with ng-bootstrap directives.
  • Some of the component you will have to write completely from scratch.
miken32
  • 42,008
  • 16
  • 111
  • 154
Shahnaz Khan
  • 1,055
  • 1
  • 14
  • 26