Apon - Angular 10 Creative Portfolio Template

In order to kickstart the development of your web app with Apon, the very first thing is to setup an Angular development environment.

Name Description
angular.json Used for configuration of project specific settings. You can add external styles and scripts, change the output folder, add assets, add environment files and more.
e2e Will be used for end-to-end tests to ensure functionality for users before deploying.
node_modules All external modules used are here. Do not mess with this folder, as it is auto-generated by using npm install.
package.json Contains all dependencies used for production and development.
src Contains all Angular Typescript code, assets and basically everything the end user will have access to.
tslint.json Angular-CLI includes an automatic Typescript-Linter, which can be configured with this file.
  • Node.js and NPM : If NodeJS is not installed then download it from https://nodejs.org/. NPM comes bundled with Node.js
  • angular-cli : You can install angular-cli by executing from your command window npm install -g @angular/cli. More details can be found here https://github.com/angular/angular-cli
  • Before proceding you'll need to install npm packages. You can do this by running npm install from the root of your project to install all the necessary dependencies.
  • Run ng serve for a dev server. Navigate to localhost:4200/. The app will autometically reload if you change any of the source files.
  • Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
  • To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.
  • Home Page 1 (/app/components/pages/home)
  • Home Page 2 (/app/components/pages/hometwo)
  • About Us (/app/components/pages/about)
  • Blog Grid (/app/components/pages/bloggrid)
  • Blog List (/app/components/pages/bloglist)
  • Blog Detail (/app/components/pages/blogdetails)
  • Projects (/app/components/pages/projects)
  • Project Detail (/app/components/pages/projectdetails)
  • Shop (/app/components/pages/shop)
  • Shop Detail (/app/components/pages/productsingle)
  • Cart (/app/components/pages/cart)
  • Checkout (/app/components/pages/checkout)
  • Wishlist (/app/components/pages/wishlist)
  • Service (/app/components/pages/service)
  • Contact Us (/app/components/pages/contact)
  • Go to /app/app.routing.modules.ts and see the urls & find the appropriate modules for every pages.

Template Features:
  • Built on Angular 10
  • Attractive Homepage
  • Responsive in Any Device
  • Retina Ready
  • Creative and Beautiful Layout
  • Fast, Lightweight & Powerful
  • Smooth Transition Effects
  • ES6+
  • Clean And Professional Coding
  • Creative and Modern Design
  • Bootstrap (v4.5.0)
  • Simple Client-side Routing (page based)
  • Google Font and Icon Used
  • Integrated With IcoFont and FlatIcon
  • Easily Customizable
  • Well Commented Code
  • Detailed Documentation

Here are the dependencies list which being used in the Apon Angular Template:

 
"dependencies": {
    "@angular/animations": "~10.1.5",
    "@angular/common": "~10.1.5",
    "@angular/compiler": "~10.1.5",
    "@angular/core": "~10.1.5",
    "@angular/forms": "~10.1.5",
    "@angular/platform-browser": "~10.1.5",
    "@angular/platform-browser-dynamic": "~10.1.5",
    "@angular/router": "~10.1.5",
    "@ng-bootstrap/ng-bootstrap": "^7.0.0",
    "angular-crumbs": "^3.0.1",
    "bootstrap": "^4.5.3",
    "jquery": "^3.5.1",
    "magnific-popup": "^1.1.0",
    "ng5-slider": "^1.2.4",
    "ngx-slick-carousel": "^0.5.1",
    "ngx-wow": "^2.0.1",
    "rxjs": "~6.6.0",
    "slick-carousel": "^1.8.1",
    "tslib": "^2.0.0",
    "wowjs": "^1.1.3",
    "zone.js": "~0.10.2"
},
"devDependencies": {
    "@angular-devkit/build-angular": "~0.1001.6",
    "@angular/cli": "~10.1.6",
    "@angular/compiler-cli": "~10.1.5",
    "@types/node": "^12.11.1",
    "@types/jasmine": "~3.5.0",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "^6.0.0",
    "jasmine-core": "~3.6.0",
    "jasmine-spec-reporter": "~5.0.0",
    "karma": "~5.0.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "protractor": "~7.0.0",
    "ts-node": "~8.3.0",
    "tslint": "~6.1.0",
    "typescript": "~4.0.2"
}

By default, the template loads Roboto & Oswald font from Google Web Font Services, you can change the font with the one that suits you best.

Font code can be found in the "assets/css/style.css" file:


@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap");

Images
Unsplash
Burst
Feeepik
Pexels
Packages
Angular 10+
TypeScript
ngx-wow
rxjs
tslib
Bootstrap
zone.js
Google Fonts