This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
module.component should restrict to 'AE' by default #13603
Closed
Description
Hey,
I tried using the new 1.5 component router and component api. While doing this I created my components without an explicit restrict attribute. The loader restricts them to 'E' by default.
The component router (for angular1?) creates new components via attributes syntax.
Please change the default restriction to 'AE' or change the component router ;)