I followed all the steps that are shown in the material.io
npm install --save @angular/material
When I am trying to use the side-nav bar component that is shown at -https://material.angular.io/components/component/sidenav
I throws 'ng-template' is not a known element' error.
material.io is different than angular material: material.angularjs.org, is two different libs, so you need to install, use: npm install angular-material
Material-UI is a react library that is built with Google's Material Design as the basis.
Is this issue related to MUI or only the angular library also mentioned?