I can't get past ng build ziti-console-lib
Keep getting errors
Building Angular Package
Building entry point '@openziti/ziti-console-lib'
Compiling with Angular sources in Ivy partial compilation mode.
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.html:7:5 - error NG8001: 'lib-form-field-container' is not a known element:
- If 'lib-form-field-container' is an Angular component, then verify that it is part of this module.
- If 'lib-form-field-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <lib-form-field-container [showHeader]="false">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.ts:10:16
10 templateUrl: './creation-summary-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component CreationSummaryDialogComponent.
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.html:7:31 - error NG8002: Can't bind to 'showHeader' since it isn't a known property of 'lib-form-field-container'.
- If 'lib-form-field-container' is an Angular component and it has 'showHeader' input, then verify that it is part of this module.
- If 'lib-form-field-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
7 <lib-form-field-container [showHeader]="false">
~~~~~~~~~~~~~~~~~~~~
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.ts:10:16
10 templateUrl: './creation-summary-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component CreationSummaryDialogComponent.
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.html:22:33 - error NG8002: Can't bind to 'ngClass' since it isn't a known property of 'li'.
22 [ngClass]="{selected: selectedEntityType === 'all'}"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.ts:10:16
10 templateUrl: './creation-summary-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component CreationSummaryDialogComponent.
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.html:38:5 - error NG8001: 'lib-form-field-container' is not a known element:
- If 'lib-form-field-container' is an Angular component, then verify that it is part of this module.
- If 'lib-form-field-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <lib-form-field-container [showHeader]="false" style="margin-top: 10px;">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.ts:10:16
10 templateUrl: './creation-summary-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component CreationSummaryDialogComponent.
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.html:38:31 - error NG8002: Can't bind to 'showHeader' since it isn't a known property of 'lib-form-field-container'.
- If 'lib-form-field-container' is an Angular component and it has 'showHeader' input, then verify that it is part of this module.
- If 'lib-form-field-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
38 <lib-form-field-container [showHeader]="false" style="margin-top: 10px;">
~~~~~~~~~~~~~~~~~~~~
projects/ziti-console-lib/src/lib/features/creation-summary-dialog/creation-summary-dialog.component.ts:10:16
10 templateUrl: './creation-summary-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component CreationSummaryDialogComponent.