INVALID_DECORATOR_IN_NGCONTAINER constant

ParserErrorCode const INVALID_DECORATOR_IN_NGCONTAINER

Implementation

static const INVALID_DECORATOR_IN_NGCONTAINER = ParserErrorCode._(
  'INVALID_DECORATOR_IN_NGCONTAINER',
  "Only '*' bindings are supported on <ng-container>",
);