Page Index - chempkovsky/CS82ANGULAR GitHub Wiki
132 page(s) in this GitHub Wiki:
- Home
- Welcome to the CS82ANGULAR wiki!
- Live app
- Overview
- 001 Introduction
- 002 Programming tools used to start the development process
- 003 Install(Uninstall) CS82ANGULAR and generator scripts
- 004 CREATING PROJECTS TO START DEVELOPMENT for (Material UI)
- 005.1 CREATING PROJECTS TO START DEVELOPMENT for (Kendo UI for Angular)
- 005.2 CREATING PROJECTS TO START DEVELOPMENT for (ng bootstrap)
- 006 The development process cycle
- 007 First entity: PhoneType
- 008 Attributes of properties
- 009 Create(modify) DBContext for the first entity (PhoneType)
- 010 First View (PhoneType). Wizard repository.
- 011 First Web Api Service (PhoneType)
- 012.1 Auxiliary Angular Typescript Classes Material UI
- 012.2 Auxiliary Angular Typescript Classes Kendo UI for Angular
- 012.3 Auxiliary Angular Typescript Classes ng bootstrap
- 014.1 Auxiliary Material UI. WHAT'S IN THE BOX
- 015 Preparing projects for application launch
- 016 Naming the folders
- 017.1 Typescript Classes for the First View (Material UI)
- 017.2 Typescript Classes for the First View (Kendo UI for Angular)
- 017.3 Typescript Classes for the First View ng bootstrap
- 018.1 Navigation aware typescript components for the First View (Material UI)
- 018.2 Navigation aware typescript components for the First View (Kendo UI for Angular)
- 018.3 Navigation aware typescript components for the First View ng bootstrap
- 019.1 Feature typescript component for the First View (Material UI)
- 020 Second entity: Enterprise
- 021 Modify DBContext for the second entity (Enterprise)
- 022 Second View (Enterprise)
- 023 Second Web Api Service (Enterprise)
- 024.1 Typescript Classes for the Second View (Material UI)
- 025.1 Navigation aware typescript components for the Second View (Material UI)
- 026.1 Modifying Feature component
- 027 Entity with ForeignKey : Division
- 028 Modify DBContext for the entity with foreign key (Division)
- 029 Third View (Division)
- 030 Third Web Api Service (Division)
- 031.1 Typescript Classes for the Third View (Material UI)
- 032.1 Navigation aware typescript components for the Third View (Material UI)
- 033 Problem with full table scan
- 034 CREATING LOOKUP RESOURCE PROJECTS
- 034 Modeling Lookup Resource Entities for PhbkDivisionView
- 035 Modify DBContext for the Modeling Lookup Resource of PhbkDivision
- 036 Creating Views for the Modeling Lookup Resource of PhbkDivision
- 037 Classes used for interservice communication for Lookup Resource of PhbkDivision
- 038 Add the MassTransit service bus to the projects and change projects references
- 039 New Version of Web Api service for PhbkDivisionView
- 040 Database access for Lookup resource of PhbkDivisionView
- 041 Web Api services for Lookup resource of PhbkDivisionView
- 042 Lookup resource Helper Class for PhbkDivisionView
- 043 Service bus Consumer for PhbkDivisionView
- 044 Lookup resource without Service bus
- 045 Install and configure RabbitMq
- 046 Preparing the Lookup resource application to run
- 047 Generating Typescript code for PhbkDivisionView Lookup resource
- 048 Angular project configuration for Lookup resource Web Api
- 049 Entity with ForeignKey : Employee
- 050 Modify DBContext for the entity with foreign key (Employee)
- 051 Fourth View (Employee)
- 052 Fourth Web Api Service (Employee)
- 054.1 Typescript Classes for the Fourth View (Material UI)
- 055.1 Navigation aware typescript components for the Fourth View (Material UI)
- 056 Modeling Composite Lookup Resource Entities for PhbkEmployee
- 057 Modify DBContext for the Modeling Lookup Resource of PhbkEmployee
- 058 Creating Views for the Modeling Lookup Resource of PhbkEmployee
- 059 Classes used for interservice communication for Lookup Resource of PhbkEmployee
- 060 New Version of Web Api service for PhbkEmployeeView
- 061 Database access for Lookup resource of PhbkEmployeeView
- 062 Web Api services for Lookup resource of PhbkEmployeeView
- 063 Lookup resource Helper Class for PhbkEmployeeView
- 064 Service bus Consumer for PhbkEmployeeView
- 065 Preparing the Lookup resource application to run
- 066 Generating Typescript code for PhbkEmployeeView Lookup resource
- 067 Angular project configuration for Lookup resource Web Api
- 068 Entity with two ForeignKeys : Phone
- 069 Modify DBContext for the entity with foreign key (Phone)
- 070 Fifth View (Phone)
- 071 Fifth Web Api Service (Phone)
- 072 Typescript Classes for the Fifth View (Material UI)
- 073 Navigation aware typescript components for the Fifth View (Material UI)
- 074 Modeling Composite Lookup Resource Entities for PhbkPhone
- 075 Modify DBContext for the Modeling Lookup Resource of PhbkPhone
- 076 Creating Views for the Modeling Lookup Resource of PhbkPhone
- 077 Classes used for interservice communication for Lookup Resource of PhbkPhone
- 078 New Version of Web Api service for PhbkPhoneView
- 079 Database access for Lookup resource of PhbkPhoneView
- 080 Web Api services for Lookup resource of PhbkPhoneView
- 081 Lookup resource Helper Class for PhbkPhoneView
- 082 Service bus Consumer for PhbkPhoneView
- 083 Preparing the Lookup resource application to run
- 084 Generating Typescript code for PhbkPhoneView Lookup resource
- 085 Angular project configuration for Lookup resource Web Api
- 100 Security: Authentication. Client Side.
- 101 Security: Authentication. Server Side.
- 102 Security: Authorization. Client Side.
- 103 Security: Authorization. Server Side.
- 104 Security: Server Side Authorization. Entities and DbContext.
- 105 Security: Server Side Authorization. Views.
- 106 Security: Server Side Authorization. WebApi services.
- 107 Security: Server Side Authorization. Regenerate Entities and DbContext.
- 108 Security: User management. Typescript classes.
- 109 Security: All Views of the app
- 110 Security: Preparing application to run
- 111 Security: Test
- 200 Internationalization
- 201 Angular App and Nginx
- 202 Angular App in Docker
- 210 RabbitMq in Docker
- 220 Webapi in Docker
- 230 MsSql in Docker
- 240 Docker Compose of the Solution
- 250 MySQL Support
- 260 PostgreSQL Support
- 270 Nginx as load balancer and reverse proxy in Docker
- 280 Angular 14 Library, Webpack 5, Internationalization
- 281 Angular 14 Library, Lazy loading, Internationalization
- 300 Micro frontend support
- 400 Tools For Using The ABP framework
- 401‐CREATING ABP PROJECT TO START DEVELOPMENT
- 402 First entity: PhoneType
- 403 Modify DBContext for the first entity (PhoneType)
- 404 First View (PhoneType). Wizard repository.
- 405 First Web Api Service (PhoneType)
- 406 Auxiliary Angular Typescript Classes LeptonX Lite UI
- 407 Common Strings Resource
- 408 Typescript Classes for the First View of ABP framework
- 409 Navigation aware typescript components for the First View of ABP framework
- 410 Preparing projects and running ABP framework applications
- 411 File upload and download of ABP framework applications