Naming convention for angular 2 library / components

Angular 2 is coming up pretty soon. And I wandered if there was already some good naming convention for new components / libraries being created.

For angular version 1, things were named as ng-something , or modules were called angular-library-name . Is the same ignored? I think there must be some kind of agreement to avoid confusion with the old modules.

Perhaps this question may serve as a good starting point for a future guide to naming angular 2 libraries.

+7
javascript angularjs angular
source share

No one has answered this question yet.

See related questions:

1130
How to select an item by name using jQuery?
1118
Get object type name
1006
What is the difference between angular -route and angular -ui-router?
563
A huge number of files generated for each Angular project
390
@Directive v / s @ Component in Angular
4
Corner 6 Components Library and SCSS
one
Import components through a custom corner material module
one
Angular 4 - development of a library of components in an application with an angular expression
one
Project organization and naming conventions
-one
How does corner application 2 work without a root module?

All Articles