All Projects → george3447 → angular-webpack-material-lazyload-typescript-starter-template

george3447 / angular-webpack-material-lazyload-typescript-starter-template

Licence: other
Angular starter template using typescript, angular-material, ui-router, oclazyload with webpack support.

Programming Languages

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

Projects that are alternatives of or similar to angular-webpack-material-lazyload-typescript-starter-template

Vue Lazyload Img
A plugin of vue for image lazyload(vue图片懒加载插件)
Stars: ✭ 250 (+354.55%)
Mutual labels:  lazyload
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (-23.64%)
Mutual labels:  preload
components
Example Components (Built with Tonic)
Stars: ✭ 62 (+12.73%)
Mutual labels:  ui-router
react-ssr-setup
React ssr setup, new ssr for react-18
Stars: ✭ 22 (-60%)
Mutual labels:  preload
libsocks5connect
Preloaded socks5 proxy written in cgo
Stars: ✭ 17 (-69.09%)
Mutual labels:  preload
Proxychains Ng
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
Stars: ✭ 7,553 (+13632.73%)
Mutual labels:  preload
React Progressive Loader
Utility to load images and React components progressively, and get code splitting for free
Stars: ✭ 224 (+307.27%)
Mutual labels:  lazyload
sticky-states
Sticky states for UI-Router 1.0
Stars: ✭ 42 (-23.64%)
Mutual labels:  ui-router
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+212.73%)
Mutual labels:  preload
angular-page-loader
quick app integration for your favourite loaders
Stars: ✭ 13 (-76.36%)
Mutual labels:  ui-router
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+545.45%)
Mutual labels:  preload
django-http2-middleware
⚡️Django middleware to automatically send preload headers before views runs, enabling faster HTTP2 server-push (with CSP support).
Stars: ✭ 65 (+18.18%)
Mutual labels:  preload
Preload Webpack Plugin
Please use https://github.com/vuejs/preload-webpack-plugin instead.
Stars: ✭ 2,174 (+3852.73%)
Mutual labels:  preload
Lazysizes
High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without configuration.
Stars: ✭ 15,716 (+28474.55%)
Mutual labels:  lazyload
polymer-ui-router
UI-router wrapper for Web Components
Stars: ✭ 24 (-56.36%)
Mutual labels:  ui-router
Oclazyload
Lazy load modules & components in AngularJS
Stars: ✭ 2,661 (+4738.18%)
Mutual labels:  lazyload
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (+5700%)
Mutual labels:  preload
Ui Router
The de-facto solution to flexible routing with nested views in AngularJS
Stars: ✭ 13,738 (+24878.18%)
Mutual labels:  ui-router
ng2-multi-step-wizard-ui-router1
Series 3: Tutorials on creating an Angular 2 Multi-Step Wizard using UI-Router 1.0 and TypeScript 2.0.10
Stars: ✭ 33 (-40%)
Mutual labels:  ui-router
angular-middleware
Laravel-like middleware for Angular ui.router and ngRoute
Stars: ✭ 33 (-40%)
Mutual labels:  ui-router

angular-webpack-material-lazyload-typescript-starter-template

Dependency Status

Angular starter template using typescript, angular-material, with webpack support.

Demo : https://george3447.github.io/angular-webpack-material-lazyload-typescript-starter-template/

Features

  • AngularJs (v1.6.10) component architecture with typescript
  • Integrated with Angular Material (v1.1.9)
  • Webpack (v4.7.0) based bundle system
  • Lazyloaded and preloaded components using Angular Ui Router (v1.0.16) with Webpack
  • Stateful parent components and stateless child components
  • Supports SASS
  • Production
    • Long Term Caching through file hashes enabled
    • Minimized and gzipped CSS and javascript

Installation

1. Clone this project or download the ZIP file

$ git clone https://github.com/george3447/angular-webpack-material-lazyload-typescript-starter-template.git

2. Make sure you have node and npm installed.

3. On the command prompt run the following commands

$ cd `project-directory`
  • For installing the dependencies
$ npm install 
  • For starting development server
$ npm run build
  • For production build
$ npm run dist 

License

The MIT License (MIT)

Copyright (c) 2016 Georgekutty Antony

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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