I installed https://github.com/isaacplmann/ngx-tour module and integrated as per guidelines but I am getting export materialmodule was not found in angular/material
Well, the module is gone. Either you downgrade to "@angular/material": "2.0.0-beta.10" as @yurzui suggested.
Or -- better -- just don't use it in your AppModule. Just import the specific modules of interest, like MatButtonModule (because even MdButtonModule is deprecated).