DEV Community

Discussion on: Why are we using single file components in the first place?

Collapse
 
dmondev profile image
dmondev

We can create single file components in angular as well, with inline style and template. Thats pretty neat and I like to use it as an additional way to force myself to break components into smaller pieces as they get bigger. The support for html is ok, but for css is meh. That is not a big deal if we keep the components small, which should be the case anyway.