INVALID_DECORATOR_IN_NGCONTENT constant

ParserErrorCode const INVALID_DECORATOR_IN_NGCONTENT

Implementation

static const INVALID_DECORATOR_IN_NGCONTENT = ParserErrorCode._(
  'INVALID_DECORATOR_IN_NGCONTENT',
  "Only 'select' is a valid attribute/decorate in <ng-content>",
);