Comment 13 for bug 1850547

Revision history for this message
Chris Sharp (chrissharp123) wrote :

I've just tried installing this on my master server and am hitting the following error:

ERROR in src/app/staff/acq/search/picklist-results.component.html:44:36 - error NG8002: Can't bind to 'disableOnRows' since it isn't a known property of 'eg-grid-toolbar-button'.
1. If 'eg-grid-toolbar-button' is an Angular component and it has 'disableOnRows' input, then verify that it is part of this module.
2. If 'eg-grid-toolbar-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

44 (onClick)="openCreateDialog()" [disableOnRows]="createNotAppropriate">
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  src/app/staff/acq/search/picklist-results.component.ts:23:16
    23 templateUrl: 'picklist-results.component.html',
                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Error occurs in the template of component PicklistResultsComponent.

Output of "npm --version":
6.12.0

Output of "ng --version":

     _ _ ____ _ ___
    / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
  / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
 /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
                |___/

Angular CLI: 10.0.5
Node: 12.13.0
OS: linux x64

Angular: 10.0.8
... animations, common, compiler, compiler-cli, core, forms
... language-service, localize, platform-browser
... platform-browser-dynamic, router
Ivy Workspace: <error>

Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.1000.5
@angular-devkit/build-angular 0.1000.5
@angular-devkit/build-optimizer 0.1000.5
@angular-devkit/build-webpack 0.1000.5
@angular-devkit/core 10.0.5
@angular-devkit/schematics 10.0.5
@angular/cli 10.0.5
@angular/http 7.2.16
@ngtools/webpack 10.0.5
@nguniversal/common 10.0.1
@nguniversal/express-engine 10.0.1
@schematics/angular 10.0.5
@schematics/update 0.1000.5
rxjs 6.6.2
typescript 3.9.7
webpack 4.43.0