PatternAtlas/pattern-atlas-ui

Inconsistent URLs style, use kebab-case everywhere

Closed this issue · 1 comments

marzn commented

URLs are inconsistently written in camelCase and kebab-case.

For example L31 and L72: https://github.com/PatternPedia/pattern-pedia-views-ui/blob/f0a77e0717d66fd2ff060dd2f9e41e7782264578/src/app/app-routing.module.ts

All URL paths should be kebab-case, avoid camelCase.

this issue was resolved for all modules (except the DesignModelRoutingModule) and is therefore no longer present on the master branch