Kind: Class
Angular Selector Extractor
Methods
| Method | Signature | Returns |
|---|---|---|
extractFromTemplate | extractFromTemplate(template: string) | ExtractedSelectors |
Where it refuses work
AngularSelectorExtractorstops the work with an early return when!template || template.trim().length === 0.AngularSelectorExtractorstops the work with an early return whentestId.AngularSelectorExtractorstops the work with an early return whenid.AngularSelectorExtractorstops the work with an early return whenformControlName.AngularSelectorExtractorstops the work with an early return whenfirstClass.AngularSelectorExtractorstops the work with an early return whenmatch.
Was this page helpful?