B
bronco
Guest
Normally I don't use either _ or -. If I have to choose I would pick - (dash). Having said that, Angular 2 has a convention where a component name is for example HomepageComponent and file the component is in, is homepage-component.ts. In other words: The uppercase character results in a - (dash) and then the lowercase of that character.
Continue reading...
Continue reading...