Skip to content
Ali Badakhshan edited this page Mar 21, 2019 · 31 revisions

Narik

Overview

Narik is a framework that helps you create your angular project more creatively during less time and without waste of time and money. You can find many amazing aspects in Narik that I'm sure you will be surprised when you hear about them and absolutely use them.

Narik aspects

Metadata framework

The main advantage of using Narik is creating an Angular application without any code. Are you thinking about a code generator?!! No, actually you don't need any code. (maybe some code will be required for customization)

With Narik you can create your application based on metadata instead of code(exactly modular applications). To achieve this, Narik provides you with a flexible metadata framework, including metadata inheritance, metadata projection, metadata modules, etc and a metadata generator

More Information about Narik Metadata Framework

Narik modularity system

Narik provides you a modular application. this means you can divide your application to different modules and each module has it's own metadata.

More Information about Narik modularity system

UI inheritance

One of the major feature of Narik is UI inheritance. As you can inherit from a component ts class, you can inherit from base html file in component template.It's completely different from content projection. In UI inheritance, unlike content projection, no need to have two differnt components, actually all part of the created UI(UI created after apply inharitance) has one ts file.

Whit this feature you can create multiple components with one html UI.

More Information about UI inheritance

Data framework

Data plays a basic role in a data-centric application. Actualy in this kind of applications you work with data. You probably do the following actions with data:

recive data from remote server or create it at clint side. store data on a specefic storage like a cache system. Get data from storage or provider whenever you want. Manage your application states with data. Except be notified when data changed. Bind data to a UI component. Invalidate stored data on a custom storage on customcondition.

Narik provides you two major concept in data framework:

Dataprovider and DataStorage that with the help of these two concept you can do everythings about data.

More Information about Data framework

Query service

Query service is a concept very close to data service. With query service you can manage the way you act to remote server to get and post data. For example for crud actions or other things like that. We know there are many aother types of query rather than crud that Query service should consider.

More Information about Query service

UI component framework

Surely at the start of developing a new application you face a big decision. Which UI library should we selcet?

Narik make this decision comfortable for you with providing a flexiable UI library.

Actualy Narik UI library is a wrapper on famous Angular library.

This causes you use UI components more comftable and more flexible.

Whenever you want to change your selected UI library you can change it only with some changes

on module imports

More Information about UI component framework

Dialog service

More Information about Dialog service

Navigation service

More Information about Navigation service

Authentication and Authorization Service

More Information about Authentication and Authorization serviceservice

Other services, components, directives

More Information about Other services, components, directives