https://github.com/lionashu/photogallery
angular 6 project photo gallery pure angular 6 website
https://github.com/lionashu/photogallery
Last synced: about 2 months ago
JSON representation
angular 6 project photo gallery pure angular 6 website
- Host: GitHub
- URL: https://github.com/lionashu/photogallery
- Owner: lionashu
- License: mit
- Created: 2018-12-06T11:23:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T11:30:04.000Z (over 6 years ago)
- Last Synced: 2025-01-06T15:24:44.154Z (4 months ago)
- Language: TypeScript
- Size: 9.95 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular6 Example Website Structure
Beautiful angular6 website structure with animated slider and navigation flow.
## Getting started
**Warning**
> Verify that you are running at least node 8.9.x and npm 5.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.
1. Go to project folder and install dependencies.
```bash
npm install
```2. Launch development server:
```bash
ng serve
```## Features
* Search bar, to look for heroes
* Custom loading page
* Modal and toasts (snakbar)!
* Lazy loading modules
* Dynamic Imports
* Storage module (ngx-store)
* Basic example library
* Scroll restoration and anchor examples
* Responsive layout (flex layout module)
* SASS (most common used functions and mixins) and BEM styles
* Animations!
* Angular Pipes
* Autocomplete enabled in forms
* Modernizr (browser features detection)
* Slider# Changelog
### Version: 1.0
* Initial Version