Searched refs:COMPONENT_REG (Results 1 – 1 of 1) sorted by relevance
47 const COMPONENT_REG = /^@app-component\//; constant67 return !!name.match(COMPONENT_REG);104 const result = str.replace(COMPONENT_REG, '').replace(MODULE_REG, '');