Skip to content
Discussion options

You must be logged in to vote

Read the release notes. Specifically the "Breaking Changes" section.

The documentation shows that using v16 is substantially more complicated than using v15

No, it's not much more complicated and major version releases are not guaranteed to be backwards compatible. The documentation is just a bit more comprehensive.

Ok, here is what you have to do when using NgModule based application (I'll try to update the docs some time soon to add NgModule section).

  1. Add provideUiTour() to your AppModule:
@NgModule({
    // ....
    providers: [provideUiTour()]
})
export class AppModule {}
  1. Import TourMatMenu in your NgModule:
@NgModule({
    // ....
    // yes, you have to use spread syntax - oth…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@hakimio
Comment options

Answer selected by Keorl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants