All Projects → DanWahlin → Angular Architecture

DanWahlin / Angular Architecture

Examples of Angular Architecture Concepts

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angular Architecture

Fullstack Javascript Architecture
✍️ Opinionated project architecture for Full-Stack JavaScript Applications.
Stars: ✭ 464 (-16.55%)
Mutual labels:  architecture
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+820.86%)
Mutual labels:  architecture
Swift Viper Module
Xcode template for VIPER Architecture written in Swift 4
Stars: ✭ 527 (-5.22%)
Mutual labels:  architecture
Coordinator Mvvm Rx Example
Example of MVVM-C architecture implemented with RxSwift
Stars: ✭ 469 (-15.65%)
Mutual labels:  architecture
Designpatternslibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
Stars: ✭ 485 (-12.77%)
Mutual labels:  architecture
Enterprise Scale
The Enterprise-Scale architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
Stars: ✭ 511 (-8.09%)
Mutual labels:  architecture
Iosched
The Google I/O Android App
Stars: ✭ 20,991 (+3675.36%)
Mutual labels:  architecture
Pluggableapplicationdelegate
Smallest AppDelegate ever by using a decoupled-services based architecture. 🛠
Stars: ✭ 536 (-3.6%)
Mutual labels:  architecture
Android Showcase
💎 Android application following best practices: Kotlin, Coroutines, JetPack, Clean Architecture, Feature Modules, Tests, MVVM, DI, Static Analysis...
Stars: ✭ 5,214 (+837.77%)
Mutual labels:  architecture
3rs Of Software Architecture
A guide on how to write readable, reusable, and refactorable software
Stars: ✭ 525 (-5.58%)
Mutual labels:  architecture
Bunny
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Stars: ✭ 473 (-14.93%)
Mutual labels:  architecture
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (-12.77%)
Mutual labels:  architecture
Android Starter
[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.
Stars: ✭ 522 (-6.12%)
Mutual labels:  architecture
Cola
🥤 COLA: Clean Object-oriented & Layered Architecture
Stars: ✭ 6,186 (+1012.59%)
Mutual labels:  architecture
Abixen Platform
Abixen Platform
Stars: ✭ 530 (-4.68%)
Mutual labels:  architecture
Dephpend
Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
Stars: ✭ 449 (-19.24%)
Mutual labels:  architecture
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+1016.91%)
Mutual labels:  architecture
Reference Architectures
templates and scripts for deploying Azure Reference Architectures
Stars: ✭ 554 (-0.36%)
Mutual labels:  architecture
Awesome Fenix
讨论如何构筑一套可靠的分布式大型软件系统
Stars: ✭ 530 (-4.68%)
Mutual labels:  architecture
Awaker
article app for android
Stars: ✭ 526 (-5.4%)
Mutual labels:  architecture

Angular Architecture

This code sample demonstrates different Angular Architecture concepts. It's used in the Angular Architecture and Best Practices video course on Pluralsight (https://www.pluralsight.com/courses/angular-architecture-best-practices) and in the Angular Architecture and Best Practices instructor-led training course (https://codewithdan.com/products/angular-architecture).

Running the Application

  1. Install the Angular CLI: npm install -g @angular/cli

  2. Open the demos folder and run npm install

  3. Run ng serve -o in the demos folder to start the server and launch the app

Additional Demos

  1. Cloning - Run the project in the cloning folder
  2. Input/Output Properties - Run the project in the input-output-demo project
  3. Shared Library - Run the project in the shared-library-example project
  4. State Management - Open the state-management folder and run the NgRx, ngrx-data, or Observable Store projects

The Angular JumpStart Application

You can find an example of an application that follows the rules in this course at https://github.com/DanWahlin/Angular-JumpStart

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].