This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
The official Angular style guide states that attributes should be camel cased.
Should directives such as fx-layout and fx-layout-align be renamed to fxLayout and fxLayoutAlign? Or even flexLayout and flexLayoutAlign?
Fixing existing projects that use flex-layout would be as simple as a series of search/replace steps to camelCase the directive selectors.