All Projects → ganatan → angular-lazy-loading

ganatan / angular-lazy-loading

Licence: other
Angular 15 & React 18 Examples Lazy Loading

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to angular-lazy-loading

angular-seo
Angular 13 Example SEO Search engine optimization + PWA + SSR + Lazyloading
Stars: ✭ 58 (+48.72%)
Mutual labels:  routing, lazy-loading
angular-app
Angular 14 ,Bootstrap 5, Node.js, Express.js, ESLint, CRUD, PWA, SSR, SEO, Universal, Lazy Loading
Stars: ✭ 389 (+897.44%)
Mutual labels:  starter, lazy-loading
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (-30.77%)
Mutual labels:  starter, lazy-loading
Angular11 App
Angular 11 ,Bootstrap 5, Node.js, Express.js, CRUD REST API, PWA, SSR, SEO, Angular Universal, Lazy Loading, PostgreSQL, MYSQL
Stars: ✭ 233 (+497.44%)
Mutual labels:  starter, lazy-loading
angular-ssr
Angular 14 Example SSR (Server side rendering)
Stars: ✭ 92 (+135.9%)
Mutual labels:  routing, lazy-loading
demo-ionic-tab-routing
An Ionic project which shows different kinds of route definition for a tab based layout.
Stars: ✭ 34 (-12.82%)
Mutual labels:  routing, lazy-loading
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+1615.38%)
Mutual labels:  starter, lazy-loading
angular-routing
Angular 13 Example Routing
Stars: ✭ 21 (-46.15%)
Mutual labels:  routing, starter
angular-httpclient
Angular 15 Example HttpClient
Stars: ✭ 21 (-46.15%)
Mutual labels:  routing, angular15
SymfonyModularRouting
[DEPRECATED] Decouple your Symfony routing to independent, standalone services.
Stars: ✭ 18 (-53.85%)
Mutual labels:  routing
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+210.26%)
Mutual labels:  starter
bbbike
BBBike
Stars: ✭ 56 (+43.59%)
Mutual labels:  routing
cf-k8s-networking
building a cloud foundry without gorouter....
Stars: ✭ 33 (-15.38%)
Mutual labels:  routing
cookiecutter-go
boilerplate, golang project starter tool, support go-zero/go-micro/gin
Stars: ✭ 63 (+61.54%)
Mutual labels:  starter
gae-vue-webapp2-starter
A simple GAE Vue Webapp2 starter project.
Stars: ✭ 17 (-56.41%)
Mutual labels:  starter
psycopgr
A Python wrapper of pgRouting for routing from nodes to nodes on real map.
Stars: ✭ 24 (-38.46%)
Mutual labels:  routing
node-ts-starter
Straightforward Node.js & TypeScript Starter
Stars: ✭ 52 (+33.33%)
Mutual labels:  starter
node-match-path
Matches a URL against a path. Parameters, wildcards, RegExp.
Stars: ✭ 30 (-23.08%)
Mutual labels:  routing
gatsby-snyung-starter
Simple Gatsby Blog Theme for you 👈
Stars: ✭ 15 (-61.54%)
Mutual labels:  starter
reno
A thin, testable routing library designed to sit on top of Deno's standard HTTP module
Stars: ✭ 127 (+225.64%)
Mutual labels:  routing

Angular 14 & React 18 Examples Lazy Loading

Ganatan Angular Example routing

it's part of a repo series designed

to create a Web Application with Angular 14

to create a Web Application with React 18

Angular Live Demo

Here is a working live demo : https://angular.ganatan.com

Angular 14 Example 
      Application

Angular Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-lazy-loading.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-lazy-loading.git

# change directory
cd angular-react-lazy-loading
cd angular

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

React Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-lazy-loading.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-lazy-loading.git

# change directory
cd angular-react-lazy-loading
cd react

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:3000

Tutorial

Here is a step by step Tutorial : https://www.ganatan.com/tutorials/lazy-loading-with-angular

Demo example

Angular Getting started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Development

Production

  • npm run build

Linter

  • npm run lint

Tests

  • npm run test
  • npm run coverage

React Getting started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Development

Production

  • npm run build

Linter

  • npm run lint

Tests

  • npm run test
  • npm run coverage

Author

  • Author : danny

English Tutorials

Tutoriels en français

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].