-
JC Lango
- Miami FL
-
15:41
(UTC -12:00) - https://www.linkedin.com/in/jclango/
Stars
Angular Video Player Example. Two ways to implement video. 1. Standard HTML Video. 2. Videographer. Angular 20, Standalone. MP4.
Angular NgRx Example. Standalone, Angular 20, Zoneless. State Mangement using latest NgRx. Facade pattern. Jest testing with 100% coverage.
Example shows how to use Angular Signals to manage state in Angular 20, following the Redux pattern. Angular 20, Zoneless, Signals, State Management, Standalone. Best Practices for Large Scale Web …
Angular Signals State Management (Shorter Version). How to use Angular Signals for State Management. No NgRx. No SignalStore. Uses only pure Angular Signals. This version has collapsed all store me…
Angular Signals State Management Example. Follows NgRx Redux pattern. No NgRx. No SignalStore. Uses only pure Angular Signals. Angular 20. Facade pattern. Jest testing with 100% coverage.
Angular SignalStore Example. Example app to show how to use NgRx SignalStore for state manmagement. Angular 20. Facade pattern. One of three example apps to show the differences between 3 ways to m…
Result of ng new using Angular 20.2.2. Options SCSS and all other defaults. For reference.
Static MFE Example with Angular 20 using Nx. Compare this to Dynamic MFE Example, mfe-angular-nx-dynamic.
Dynamic MFE Example with Angular 20 using Nx. Compare this to Static MFE Example, mfe-angular-nx-static.
Angular Drag and Drop to a table or grid. Custom drag and drop between 2 different data structures. Requires Angular 7 or newer, and Angular Material plus CDK. Angular 8.
Angular Virtual Scroll example with a grid. Angular 9.
Angular 8 starter app. Created with ng new and upgraded to Angular 8.2.2. How to get Angular 8 app from ng new.
Angular 8 Minimal App. The smallest Angular app. Simpler than ng new minimal.
Angular 8 Example App. Angular 8 Best Practices. Angular 8 Architecture for Large Scale. Angular Routing, Http. Uses StackExchange API to search StackOverflow.
Angular 9 Example App. Angular 9 Best Practices. Angular 9 Architecture for Large Scale. Angular Routing, Http. Uses StackExchange API to search StackOverflow.
Angular 9 Seed App. Angular 9 starter app. With SCSS, Routing, and Angular Material. Configured using large scale application design. See README for Angular Best Practices included.
NgRx 8 example. Angular 8 and NgRx 8. NgRx 8 best practices.
Angular 18 MFE Micro Front End example Monorepo with NX. Shell and 2 MFE remotes using Routing. UI Library components shared among all MFEs.
Angular 18 NgRx Standalone. Lazy Loading of Feature States. Facade Pattern. CMS Content Management. How to register NgRx in a Standalone app. How to Lazy Load NgRx feature states. How to use Facade…
Angular 18 NgRx without Standalone, uses older module based configuration.
Angular example To Do app. Angular 20, standalone, zoneless. The most simple example of a ToDo app.
Basic app to do simple practice coding exercises. Use this for a job interview coding test, to practice, or to test a single component.
React Redux Example App. React Redux Best Practices. A more complex redux example. Using combineReducers, Redux Selectors, Redux Thunk.
React Native example app. Starter app with navigation and tabs.
React TypeScript Example. ReactJS TypeScript. Convert JSX to TSX. React Router TypeScript. React Fetch TypeScript. React TypeScript Best Practices. React TypeScript Architecture for large scale apps.
React Simple Example. Compare this to react-redux-simple-example. Shows how to convert an existing React app to Redux.
How to convert React app to Redux. Compare react-simple-example to react-redux-simple-example. The Best Way to Learn React Redux.
React Example App. React Routing, React Ajax, React CSS Modules, React SCSS. Uses the Stack Exchange API to search Stack Overflow. React Best Practices, React Architecture for large scale apps.
React TypeScript Seed App. ReactJS starter app with TypeScript. Includes TSLint, Prettier, Node-sass, Material UI. Configured for SCSS instead of CSS. Includes WebStorm Prettier file watchers.
React 19 app created using create-react-app. No changes. For reference.