0.5.3 • Published 1 day ago

ngx-cabernet v0.5.3

Weekly downloads
-
License
-
Repository
-
Last release
1 day ago

Convention over Configuration

This framework is designed for using this paradigm, Convention over Configuration. Each entity should have two essential properties: EntityID and EntityName. For example, entities like Customer should have properties like CustomerID and CustomerName, while entities like User should have properties like UserID and UserName. Additionally, for audit purposes, each entity should have four more properties: CreatedOn, CreatedBy, LastModifiedOn, and LastModifiedBy.

Entities Forms (Should be a ttitle )

There are two forms for each entity: Entity-Crud and Entity-List. Both forms inherit and share all methods and attributes, but they are used with different properties.

Entity-List (Should be a subttitle )

In this form, the primary property used is "recordList". The "searchRecordList()" method populates "recordList". It is executed when added to an onClick event in a Button or when loading the entity page if "fillRecordListOnInit" is set to true.

Entity-CRUD (Should be a subttitle )

In this form, the primary property is "record." When a record is selected in the Entity-List, the Entity-Crud component opens, and the "record" property is displayed in the HTML code.

Action (Should be a subsubtitle )

An essential property in the Entity-CRUD is the "action" attribute. It defines the record's action, such as viewing, editing, creating, etc. Using directives like crud-non-required and crud-required, it determines whether a field can be edited or not based on these directives.

0.5.3

1 day ago

0.5.2

1 day ago

0.5.1

2 days ago

0.4.9

15 days ago

0.4.8

22 days ago

0.4.7

24 days ago

0.4.5

30 days ago

0.4.4

30 days ago

0.4.6

30 days ago

0.4.1

1 month ago

0.4.3

1 month ago

0.4.2

1 month ago

0.3.9

1 month ago

0.4.0

1 month ago

0.3.8

1 month ago

0.3.6

1 month ago

0.3.7

1 month ago

0.3.5

1 month ago

0.3.4

1 month ago

0.3.0

1 month ago

0.3.2

1 month ago

0.3.3

1 month ago

0.2.9

2 months ago

0.2.8

2 months ago

0.2.6

2 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.5

5 months ago

0.2.4

5 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.8

10 months ago

0.1.7

11 months ago

0.1.9

9 months ago

0.1.6

11 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.0.7

1 year ago

0.1.5

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago