MNL is a collection of Angular components, services, and pipes that can be easily used to speed up your Angular application development. MNL uses Angular Material for theming.
Find the sources of all components in projects
folder
Below is an index of the documentation for Muraai-Ng-Library. Click the name of an item to see its documentation or click the source link to see its main source file.
Name | Description | Source link |
---|---|---|
Header Component | Supports Header configuration settings,Toolbar with logo and application name. | Source |
Menu Component | Supports Menu configuration settings,Side Menu bar with Menu and sub menu. | Source |
Language Menu Component | Attaches the Language Menu to the Main Menu. | Source |
Login Component | Authenticates Application based on UserName and Password.. | Source |
Profile Component | Displays user's First and Last name along with user initials. | Source |
Name | Description | Source link |
---|---|---|
App Config service | Supports app configuration settings, stored server side. | Source |
User Profile Service | Supports User Profile configuration settings . | Source |
Local Storage Service | Supports Local Storage configuration settings, stored in localStorage key value pair | Source |
Locale Service | Translates the values as per the selected language. Supports localization. | Source |
Name | Description | Source link |
---|---|---|
App Config Pipe | Retrieves values from the application configuration file directly. | Source |
First Letter Pipe | Returns the first letter of a string. | Source |