You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have three libraries that use the ng- prefix (ng-form, ng-auth and ng-fantasticon). According to the official Angular documentation, we should rename this prefix to ngx- as ng- is a reserved keyword and the ngx- prefix is preferred as a convention used to denote that the library is suitable for use with Angular
The text was updated successfully, but these errors were encountered:
deyan-koba-zupit
changed the title
change libraries prefix
as Zupit i want to change the libraries prefix to follow the official angular documentation convention
May 27, 2024
Since we are at the beginning of the project and we have just a few libraries, it's ok for me to proceed with renaming the current libraries (with a low priority task).
For new libraries, we can immediatelly use the ngx- prefix.
Currently, we have three libraries that use the
ng-
prefix (ng-form
,ng-auth
andng-fantasticon
). According to the official Angular documentation, we should rename this prefix tongx-
asng-
is a reserved keyword and thengx-
prefix is preferred as a convention used to denote that the library is suitable for use with AngularThe text was updated successfully, but these errors were encountered: