I am trying to add a mat-toolbar angular material component to a page but when I try to bring the page up, I get the following error in the browser console:
Error: Template parse errors: ‘mat-toolbar’ is not a known element: 1. If ‘mat-toolbar’ is an Angular component, then verify that it is part of this module. 2. If ‘mat-toolbar’ is a Web Component then add ‘CUSTOM_ELEMENTS_SCHEMA’ to the ‘@NgModule.schemas’ of this component to suppress this message. ("
I am using the latest Apigee Edge (cloud offering) and per the documentation this should be a supported component.
I have no problems with adding any of the other handful of supported angular components and the page itself is already using the mat-toolbar component for the top navigation bar. It just doesn’t like when I try to add this component to other page content.
Anyone have thoughts on this?