diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 000000000..4f9ac2698 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,16 @@ +# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. +# For additional information regarding the format and rule options, please see: +# https://github.com/browserslist/browserslist#queries + +# For the full list of supported browsers by the Angular framework, please see: +# https://angular.io/guide/browser-support + +# You can see what browsers were selected by your queries by running: +# npx browserslist + +last 1 Chrome version +last 1 Firefox version +last 2 Edge major versions +last 2 Safari major versions +last 2 iOS major versions +Firefox ESR diff --git a/Angular4_CLI_Starter/.editorconfig b/.editorconfig similarity index 64% rename from Angular4_CLI_Starter/.editorconfig rename to .editorconfig index f3526162d..0a592d43d 100644 --- a/Angular4_CLI_Starter/.editorconfig +++ b/.editorconfig @@ -1,14 +1,17 @@ -# Editor configuration, see http://editorconfig.org +# Editor configuration, see https://editorconfig.org root = true [*] charset = utf-8 +end_of_line = lf indent_style = space indent_size = 2 -end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.ts] +quote_type = single + [*.md] -max_line_length = 0 +max_line_length = off trim_trailing_whitespace = false diff --git a/Angular4_CLI_Starter/.gitignore b/.gitignore similarity index 51% rename from Angular4_CLI_Starter/.gitignore rename to .gitignore index fccc4d9fb..941084510 100644 --- a/Angular4_CLI_Starter/.gitignore +++ b/.gitignore @@ -3,24 +3,42 @@ # compiled output /dist /tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out # dependencies /node_modules -/bower_components +package-lock.json + +# profiling files +chrome-profiler-events*.json # IDEs and editors /.idea .project .classpath +.c9/ *.launch .settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* # misc +/.angular/cache /.sass-cache /connect.lock -/coverage/* +/coverage /libpeerconnection.log npm-debug.log +yarn-error.log testem.log /typings @@ -28,6 +46,6 @@ testem.log /e2e/*.js /e2e/*.map -#System Files +# System Files .DS_Store Thumbs.db diff --git a/Angular4_CLI_Full_Project/.angular-cli.json b/Angular4_CLI_Full_Project/.angular-cli.json deleted file mode 100644 index b74cf29aa..000000000 --- a/Angular4_CLI_Full_Project/.angular-cli.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "$schema": "./node_modules/@angular/cli/lib/config/schema.json", - "project": { - "version": "1.0.0-alpha.6", - "name": "coreui-angular" - }, - "apps": [ - { - "root": "src", - "outDir": "dist", - "assets": ["assets"], - "index": "index.html", - "main": "main.ts", - "polyfills": "polyfills.ts", - "test": "test.ts", - "tsconfig": "tsconfig.app.json", - "testTsconfig": "tsconfig.spec.json", - "prefix": "app", - "styles": [ - "scss/style.scss" - ], - "scripts": [ - "../node_modules/chart.js/dist/Chart.bundle.min.js", - "../node_modules/chart.js/dist/Chart.min.js" - ], - "environmentSource": "environments/environment.ts", - "environments": { - "dev": "environments/environment.ts", - "prod": "environments/environment.prod.ts" - } - } - ], - "e2e": { - "protractor": { - "config": "./protractor.conf.js" - } - }, - "lint": [ - { - "project": "src/tsconfig.app.json" - }, - { - "project": "src/tsconfig.spec.json" - }, - { - "project": "e2e/tsconfig.e2e.json" - } - ], - "test": { - "karma": { - "config": "./karma.conf.js" - } - }, - "defaults": { - "styleExt": "scss", - "prefixInterfaces": false - } -} diff --git a/Angular4_CLI_Full_Project/.editorconfig b/Angular4_CLI_Full_Project/.editorconfig deleted file mode 100644 index f3526162d..000000000 --- a/Angular4_CLI_Full_Project/.editorconfig +++ /dev/null @@ -1,14 +0,0 @@ -# Editor configuration, see http://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -max_line_length = 0 -trim_trailing_whitespace = false diff --git a/Angular4_CLI_Full_Project/.gitignore b/Angular4_CLI_Full_Project/.gitignore deleted file mode 100644 index fccc4d9fb..000000000 --- a/Angular4_CLI_Full_Project/.gitignore +++ /dev/null @@ -1,33 +0,0 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. - -# compiled output -/dist -/tmp - -# dependencies -/node_modules -/bower_components - -# IDEs and editors -/.idea -.project -.classpath -*.launch -.settings/ - -# misc -/.sass-cache -/connect.lock -/coverage/* -/libpeerconnection.log -npm-debug.log -testem.log -/typings - -# e2e -/e2e/*.js -/e2e/*.map - -#System Files -.DS_Store -Thumbs.db diff --git a/Angular4_CLI_Full_Project/README.md b/Angular4_CLI_Full_Project/README.md deleted file mode 100644 index 8065ee4ff..000000000 --- a/Angular4_CLI_Full_Project/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Angular2DevelopmentCLI - -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-beta.32.3. - -## Development server -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. - -## Code scaffolding - -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive/pipe/service/class/module`. - -## Build - -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. - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). -Before running the tests make sure you are serving the app via `ng serve`. - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). diff --git a/Angular4_CLI_Full_Project/e2e/app.e2e-spec.ts b/Angular4_CLI_Full_Project/e2e/app.e2e-spec.ts deleted file mode 100644 index 022797d62..000000000 --- a/Angular4_CLI_Full_Project/e2e/app.e2e-spec.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { CoreUIPage } from './app.po'; - -describe('core-ui App', function() { - let page: CoreUIPage; - - beforeEach(() => { - page = new CoreUIPage(); - }); - - it('should display message saying app works', () => { - page.navigateTo(); - expect(page.getParagraphText()).toEqual('app works!'); - }); -}); diff --git a/Angular4_CLI_Full_Project/e2e/app.po.ts b/Angular4_CLI_Full_Project/e2e/app.po.ts deleted file mode 100644 index d51eaf2b7..000000000 --- a/Angular4_CLI_Full_Project/e2e/app.po.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { browser, element, by } from 'protractor/globals'; - -export class CoreUIPage { - navigateTo() { - return browser.get('/'); - } - - getParagraphText() { - return element(by.css('app-root h1')).getText(); - } -} diff --git a/Angular4_CLI_Full_Project/karma.conf.js b/Angular4_CLI_Full_Project/karma.conf.js deleted file mode 100644 index 84b4cd5ac..000000000 --- a/Angular4_CLI_Full_Project/karma.conf.js +++ /dev/null @@ -1,44 +0,0 @@ -// Karma configuration file, see link for more information -// https://karma-runner.github.io/0.13/config/configuration-file.html - -module.exports = function (config) { - config.set({ - basePath: '', - frameworks: ['jasmine', '@angular/cli'], - plugins: [ - require('karma-jasmine'), - require('karma-chrome-launcher'), - require('karma-jasmine-html-reporter'), - require('karma-coverage-istanbul-reporter'), - require('@angular/cli/plugins/karma') - ], - client:{ - clearContext: false // leave Jasmine Spec Runner output visible in browser - }, - files: [ - { pattern: './src/test.ts', watched: false } - ], - preprocessors: { - './src/test.ts': ['@angular/cli'] - }, - mime: { - 'text/x-typescript': ['ts','tsx'] - }, - coverageIstanbulReporter: { - reports: [ 'html', 'lcovonly' ], - fixWebpackSourcePaths: true - }, - angularCli: { - environment: 'dev' - }, - reporters: config.angularCli && config.angularCli.codeCoverage - ? ['progress', 'coverage-istanbul'] - : ['progress', 'kjhtml'], - port: 9876, - colors: true, - logLevel: config.LOG_INFO, - autoWatch: true, - browsers: ['Chrome'], - singleRun: false - }); -}; diff --git a/Angular4_CLI_Full_Project/package.json b/Angular4_CLI_Full_Project/package.json deleted file mode 100644 index 4b57cace2..000000000 --- a/Angular4_CLI_Full_Project/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "coreui-angular", - "version": "1.0.0-alpha.6", - "description": "Open Source Bootstrap Admin Template", - "author": "", - "url": "http://coreui.io/", - "copyright": "Copyright 2017 creativeLabs Łukasz Holeczek", - "license": "MIT", - "scripts": { - "ng": "ng", - "start": "ng serve", - "build": "ng build", - "test": "ng test", - "lint": "ng lint", - "e2e": "ng e2e" - }, - "private": true, - "dependencies": { - "@angular/common": "4.3.6", - "@angular/compiler": "4.3.6", - "@angular/core": "4.3.6", - "@angular/forms": "4.3.6", - "@angular/http": "4.3.6", - "@angular/platform-browser": "4.3.6", - "@angular/platform-browser-dynamic": "4.3.6", - "@angular/router": "4.3.6", - "@angular/upgrade": "4.3.6", - "core-js": "2.5.0", - "rxjs": "5.4.3", - "ts-helpers": "1.1.2", - "zone.js": "0.8.17", - "chart.js": "2.6.0", - "ngx-bootstrap": "1.9.1", - "ng2-charts": "1.6.0", - "moment": "2.18.1" - }, - "devDependencies": { - "@angular/cli": "1.3.2", - "@angular/compiler-cli": "4.3.6", - "@types/jasmine": "2.5.54", - "@types/node": "8.0.26", - "codelyzer": "3.1.2", - "jasmine-core": "2.8.0", - "jasmine-spec-reporter": "4.2.1", - "karma": "1.7.1", - "karma-chrome-launcher": "2.2.0", - "karma-cli": "1.0.1", - "karma-jasmine": "1.1.0", - "karma-jasmine-html-reporter": "0.2.2", - "karma-coverage-istanbul-reporter": "1.3.0", - "protractor": "5.1.2", - "ts-node": "3.3.0", - "tslint": "5.7.0", - "typescript": "2.4.2" - }, - "engines": { - "node": ">= 6.9.0", - "npm": ">= 3.0.0" - } -} diff --git a/Angular4_CLI_Full_Project/protractor.conf.js b/Angular4_CLI_Full_Project/protractor.conf.js deleted file mode 100644 index 1c5e1e5a4..000000000 --- a/Angular4_CLI_Full_Project/protractor.conf.js +++ /dev/null @@ -1,30 +0,0 @@ -// Protractor configuration file, see link for more information -// https://github.com/angular/protractor/blob/master/lib/config.ts - -const { SpecReporter } = require('jasmine-spec-reporter'); - -exports.config = { - allScriptsTimeout: 11000, - specs: [ - './e2e/**/*.e2e-spec.ts' - ], - capabilities: { - 'browserName': 'chrome' - }, - directConnect: true, - baseUrl: 'http://localhost:4200/', - framework: 'jasmine', - jasmineNodeOpts: { - showColors: true, - defaultTimeoutInterval: 30000, - print: function() {} - }, - beforeLaunch: function() { - require('ts-node').register({ - project: 'e2e/tsconfig.e2e.json' - }); - }, - onPrepare() { - jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); - } -}; diff --git a/Angular4_CLI_Full_Project/src/app/app.component.spec.ts b/Angular4_CLI_Full_Project/src/app/app.component.spec.ts deleted file mode 100644 index 13c632d67..000000000 --- a/Angular4_CLI_Full_Project/src/app/app.component.spec.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { TestBed, async } from '@angular/core/testing'; -import { AppComponent } from './app.component'; - -describe('AppComponent', () => { - beforeEach(() => { - TestBed.configureTestingModule({ - declarations: [ - AppComponent - ], - }); - TestBed.compileComponents(); - }); - - it('should create the app', async(() => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.debugElement.componentInstance; - expect(app).toBeTruthy(); - })); - - it(`should have as title 'app works!'`, async(() => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.debugElement.componentInstance; - expect(app.title).toEqual('app works!'); - })); - - it('should render title in a h1 tag', async(() => { - const fixture = TestBed.createComponent(AppComponent); - fixture.detectChanges(); - const compiled = fixture.debugElement.nativeElement; - expect(compiled.querySelector('h1').textContent).toContain('app works!'); - })); -}); diff --git a/Angular4_CLI_Full_Project/src/app/app.component.ts b/Angular4_CLI_Full_Project/src/app/app.component.ts deleted file mode 100644 index 5095d21c1..000000000 --- a/Angular4_CLI_Full_Project/src/app/app.component.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - // tslint:disable-next-line - selector: 'body', - template: '' -}) -export class AppComponent { } diff --git a/Angular4_CLI_Full_Project/src/app/app.module.ts b/Angular4_CLI_Full_Project/src/app/app.module.ts deleted file mode 100644 index 3b8c72172..000000000 --- a/Angular4_CLI_Full_Project/src/app/app.module.ts +++ /dev/null @@ -1,76 +0,0 @@ -import { BrowserModule } from '@angular/platform-browser'; -import { NgModule } from '@angular/core'; -import { LocationStrategy, HashLocationStrategy } from '@angular/common'; - -import { AppComponent } from './app.component'; - -// Import containers -import { - FullLayout, - SimpleLayout -} from './containers'; - -const APP_CONTAINERS = [ - FullLayout, - SimpleLayout -] - -// Import components -import { - AppAside, - AppBreadcrumbs, - AppFooter, - AppHeader, - AppSidebar -} from './components'; - -const APP_COMPONENTS = [ - AppAside, - AppBreadcrumbs, - AppFooter, - AppHeader, - AppSidebar -] - -// Import directives -import { - AsideToggleDirective, - NAV_DROPDOWN_DIRECTIVES, - SIDEBAR_TOGGLE_DIRECTIVES -} from './directives'; - -const APP_DIRECTIVES = [ - AsideToggleDirective, - NAV_DROPDOWN_DIRECTIVES, - SIDEBAR_TOGGLE_DIRECTIVES -] - -// Import routing module -import { AppRoutingModule } from './app.routing'; - -// Import 3rd party components -import { BsDropdownModule } from 'ngx-bootstrap/dropdown'; -import { TabsModule } from 'ngx-bootstrap/tabs'; -import { ChartsModule } from 'ng2-charts/ng2-charts'; - -@NgModule({ - imports: [ - BrowserModule, - AppRoutingModule, - BsDropdownModule.forRoot(), - TabsModule.forRoot(), - ChartsModule - ], - declarations: [ - AppComponent, - ...APP_CONTAINERS, - ...APP_COMPONENTS, - ...APP_DIRECTIVES - ], - providers: [{ - provide: LocationStrategy, - useClass: HashLocationStrategy - }], - bootstrap: [ AppComponent ] -}) -export class AppModule { } diff --git a/Angular4_CLI_Full_Project/src/app/app.routing.ts b/Angular4_CLI_Full_Project/src/app/app.routing.ts deleted file mode 100644 index b85593acc..000000000 --- a/Angular4_CLI_Full_Project/src/app/app.routing.ts +++ /dev/null @@ -1,64 +0,0 @@ -import { NgModule } from '@angular/core'; -import { Routes, RouterModule } from '@angular/router'; - -// Import Containers -import { - FullLayout, - SimpleLayout -} from './containers'; - -export const routes: Routes = [ - { - path: '', - redirectTo: 'dashboard', - pathMatch: 'full', - }, - { - path: '', - component: FullLayout, - data: { - title: 'Home' - }, - children: [ - { - path: 'dashboard', - loadChildren: './views/dashboard/dashboard.module#DashboardModule' - }, - { - path: 'components', - loadChildren: './views/components/components.module#ComponentsModule' - }, - { - path: 'icons', - loadChildren: './views/icons/icons.module#IconsModule' - }, - { - path: 'widgets', - loadChildren: './views/widgets/widgets.module#WidgetsModule' - }, - { - path: 'charts', - loadChildren: './views/chartjs/chartjs.module#ChartJSModule' - } - ] - }, - { - path: 'pages', - component: SimpleLayout, - data: { - title: 'Pages' - }, - children: [ - { - path: '', - loadChildren: './views/pages/pages.module#PagesModule', - } - ] - } -]; - -@NgModule({ - imports: [ RouterModule.forRoot(routes) ], - exports: [ RouterModule ] -}) -export class AppRoutingModule {} diff --git a/Angular4_CLI_Full_Project/src/app/components/app-aside/app-aside.component.html b/Angular4_CLI_Full_Project/src/app/components/app-aside/app-aside.component.html deleted file mode 100644 index 3da31fff1..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-aside/app-aside.component.html +++ /dev/null @@ -1,253 +0,0 @@ - diff --git a/Angular4_CLI_Full_Project/src/app/components/app-aside/app-aside.component.ts b/Angular4_CLI_Full_Project/src/app/components/app-aside/app-aside.component.ts deleted file mode 100644 index c2966574b..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-aside/app-aside.component.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'app-aside', - templateUrl: './app-aside.component.html' -}) -export class AppAside { - ngOnInit(): void {} -} diff --git a/Angular4_CLI_Full_Project/src/app/components/app-aside/index.ts b/Angular4_CLI_Full_Project/src/app/components/app-aside/index.ts deleted file mode 100644 index 2cf83607b..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-aside/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './app-aside.component'; diff --git a/Angular4_CLI_Full_Project/src/app/components/app-breadcrumbs/app-breadcrumbs.component.ts b/Angular4_CLI_Full_Project/src/app/components/app-breadcrumbs/app-breadcrumbs.component.ts deleted file mode 100644 index 7a447ae42..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-breadcrumbs/app-breadcrumbs.component.ts +++ /dev/null @@ -1,44 +0,0 @@ -import { Component } from '@angular/core'; -import { Router, ActivatedRoute, NavigationEnd } from '@angular/router'; -import 'rxjs/add/operator/filter'; - -@Component({ - selector: 'app-breadcrumbs', - template: ` - - - ` -}) -export class AppBreadcrumbs { - breadcrumbs: Array; - constructor( - private router: Router, - private route: ActivatedRoute - ) { - this.router.events.filter(event => event instanceof NavigationEnd).subscribe((event) => { - this.breadcrumbs = []; - let currentRoute = this.route.root, - url = ''; - do { - const childrenRoutes = currentRoute.children; - currentRoute = null; - childrenRoutes.forEach(route => { - if (route.outlet === 'primary') { - const routeSnapshot = route.snapshot; - url += '/' + routeSnapshot.url.map(segment => segment.path).join('/'); - this.breadcrumbs.push({ - label: route.snapshot.data, - url: url - }); - currentRoute = route; - } - }); - } while (currentRoute); - }); - } -} diff --git a/Angular4_CLI_Full_Project/src/app/components/app-breadcrumbs/index.ts b/Angular4_CLI_Full_Project/src/app/components/app-breadcrumbs/index.ts deleted file mode 100644 index bacc99d1a..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-breadcrumbs/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './app-breadcrumbs.component'; diff --git a/Angular4_CLI_Full_Project/src/app/components/app-footer/app-footer.component.html b/Angular4_CLI_Full_Project/src/app/components/app-footer/app-footer.component.html deleted file mode 100644 index cabc23930..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-footer/app-footer.component.html +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/Angular4_CLI_Full_Project/src/app/components/app-footer/app-footer.component.ts b/Angular4_CLI_Full_Project/src/app/components/app-footer/app-footer.component.ts deleted file mode 100644 index d7b273cf5..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-footer/app-footer.component.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'app-footer', - templateUrl: './app-footer.component.html' -}) -export class AppFooter { - ngOnInit(): void {} -} diff --git a/Angular4_CLI_Full_Project/src/app/components/app-footer/index.ts b/Angular4_CLI_Full_Project/src/app/components/app-footer/index.ts deleted file mode 100644 index f029f1401..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-footer/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './app-footer.component'; diff --git a/Angular4_CLI_Full_Project/src/app/components/app-header/app-header.component.html b/Angular4_CLI_Full_Project/src/app/components/app-header/app-header.component.html deleted file mode 100644 index fed18e3e9..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-header/app-header.component.html +++ /dev/null @@ -1,53 +0,0 @@ - diff --git a/Angular4_CLI_Full_Project/src/app/components/app-header/app-header.component.ts b/Angular4_CLI_Full_Project/src/app/components/app-header/app-header.component.ts deleted file mode 100644 index 0556f845c..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-header/app-header.component.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'app-header', - templateUrl: './app-header.component.html' -}) -export class AppHeader { - - // public disabled = false; - // public status: {isopen: boolean} = {isopen: false}; - // - // public toggled(open: boolean): void { - // console.log('Dropdown is now: ', open); - // } - // - // public toggleDropdown($event: MouseEvent): void { - // $event.preventDefault(); - // $event.stopPropagation(); - // this.status.isopen = !this.status.isopen; - // } - - ngOnInit(): void {} -} diff --git a/Angular4_CLI_Full_Project/src/app/components/app-header/index.ts b/Angular4_CLI_Full_Project/src/app/components/app-header/index.ts deleted file mode 100644 index dcfab511d..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-header/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './app-header.component'; diff --git a/Angular4_CLI_Full_Project/src/app/components/app-sidebar/app-sidebar.component.html b/Angular4_CLI_Full_Project/src/app/components/app-sidebar/app-sidebar.component.html deleted file mode 100644 index bf0ec6e11..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-sidebar/app-sidebar.component.html +++ /dev/null @@ -1,80 +0,0 @@ - diff --git a/Angular4_CLI_Full_Project/src/app/components/app-sidebar/app-sidebar.component.ts b/Angular4_CLI_Full_Project/src/app/components/app-sidebar/app-sidebar.component.ts deleted file mode 100644 index e63eca448..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-sidebar/app-sidebar.component.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: 'app-sidebar', - templateUrl: './app-sidebar.component.html' -}) -export class AppSidebar { - ngOnInit(): void {} -} diff --git a/Angular4_CLI_Full_Project/src/app/components/app-sidebar/index.ts b/Angular4_CLI_Full_Project/src/app/components/app-sidebar/index.ts deleted file mode 100644 index 173dc43d8..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/app-sidebar/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './app-sidebar.component'; diff --git a/Angular4_CLI_Full_Project/src/app/components/index.ts b/Angular4_CLI_Full_Project/src/app/components/index.ts deleted file mode 100644 index 0803f9e75..000000000 --- a/Angular4_CLI_Full_Project/src/app/components/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -export * from './app-aside'; -export * from './app-breadcrumbs'; -export * from './app-footer'; -export * from './app-header'; -export * from './app-sidebar'; diff --git a/Angular4_CLI_Full_Project/src/app/containers/full-layout/full-layout.component.html b/Angular4_CLI_Full_Project/src/app/containers/full-layout/full-layout.component.html deleted file mode 100644 index ada4f03ba..000000000 --- a/Angular4_CLI_Full_Project/src/app/containers/full-layout/full-layout.component.html +++ /dev/null @@ -1,24 +0,0 @@ - -
- - -
- - -
- -
-
- -
- diff --git a/Angular4_CLI_Full_Project/src/app/containers/full-layout/full-layout.component.ts b/Angular4_CLI_Full_Project/src/app/containers/full-layout/full-layout.component.ts deleted file mode 100644 index f7f7dfa34..000000000 --- a/Angular4_CLI_Full_Project/src/app/containers/full-layout/full-layout.component.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-dashboard', - templateUrl: './full-layout.component.html' -}) -export class FullLayout implements OnInit { - - // public disabled = false; - // public status: {isopen: boolean} = {isopen: false}; - // - // public toggled(open: boolean): void { - // console.log('Dropdown is now: ', open); - // } - // - // public toggleDropdown($event: MouseEvent): void { - // $event.preventDefault(); - // $event.stopPropagation(); - // this.status.isopen = !this.status.isopen; - // } - - ngOnInit(): void {} -} diff --git a/Angular4_CLI_Full_Project/src/app/containers/full-layout/index.ts b/Angular4_CLI_Full_Project/src/app/containers/full-layout/index.ts deleted file mode 100644 index 315223dd1..000000000 --- a/Angular4_CLI_Full_Project/src/app/containers/full-layout/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './full-layout.component'; diff --git a/Angular4_CLI_Full_Project/src/app/containers/index.ts b/Angular4_CLI_Full_Project/src/app/containers/index.ts deleted file mode 100644 index b917dd1ce..000000000 --- a/Angular4_CLI_Full_Project/src/app/containers/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './full-layout'; -export * from './simple-layout'; diff --git a/Angular4_CLI_Full_Project/src/app/containers/simple-layout/index.ts b/Angular4_CLI_Full_Project/src/app/containers/simple-layout/index.ts deleted file mode 100644 index 651070369..000000000 --- a/Angular4_CLI_Full_Project/src/app/containers/simple-layout/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './simple-layout.component'; diff --git a/Angular4_CLI_Full_Project/src/app/containers/simple-layout/simple-layout.component.ts b/Angular4_CLI_Full_Project/src/app/containers/simple-layout/simple-layout.component.ts deleted file mode 100644 index 421477224..000000000 --- a/Angular4_CLI_Full_Project/src/app/containers/simple-layout/simple-layout.component.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { Component, OnInit } from '@angular/core'; - -@Component({ - selector: 'app-dashboard', - template: '', -}) -export class SimpleLayout implements OnInit { - - constructor() { } - - ngOnInit(): void { } -} diff --git a/Angular4_CLI_Full_Project/src/app/directives/aside/aside.directive.ts b/Angular4_CLI_Full_Project/src/app/directives/aside/aside.directive.ts deleted file mode 100644 index b3cc4710a..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/aside/aside.directive.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { Directive, HostListener } from '@angular/core'; - -/** -* Allows the aside to be toggled via click. -*/ -@Directive({ - selector: '[appAsideMenuToggler]', -}) -export class AsideToggleDirective { - constructor() { } - - @HostListener('click', ['$event']) - toggleOpen($event: any) { - $event.preventDefault(); - document.querySelector('body').classList.toggle('aside-menu-hidden'); - } -} diff --git a/Angular4_CLI_Full_Project/src/app/directives/aside/index.ts b/Angular4_CLI_Full_Project/src/app/directives/aside/index.ts deleted file mode 100644 index 3b84b7004..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/aside/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './aside.directive'; diff --git a/Angular4_CLI_Full_Project/src/app/directives/index.ts b/Angular4_CLI_Full_Project/src/app/directives/index.ts deleted file mode 100644 index 7e5c33946..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from './aside'; -export * from './nav-dropdown'; -export * from './sidebar'; diff --git a/Angular4_CLI_Full_Project/src/app/directives/nav-dropdown/index.ts b/Angular4_CLI_Full_Project/src/app/directives/nav-dropdown/index.ts deleted file mode 100644 index 3eb078779..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/nav-dropdown/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './nav-dropdown.directive'; diff --git a/Angular4_CLI_Full_Project/src/app/directives/nav-dropdown/nav-dropdown.directive.ts b/Angular4_CLI_Full_Project/src/app/directives/nav-dropdown/nav-dropdown.directive.ts deleted file mode 100644 index 98c827de8..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/nav-dropdown/nav-dropdown.directive.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { Directive, HostListener, ElementRef } from '@angular/core'; - -@Directive({ - selector: '[appNavDropdown]' -}) -export class NavDropdownDirective { - - constructor(private el: ElementRef) { } - - toggle() { - this.el.nativeElement.classList.toggle('open'); - } -} - -/** -* Allows the dropdown to be toggled via click. -*/ -@Directive({ - selector: '[appNavDropdownToggle]' -}) -export class NavDropdownToggleDirective { - constructor(private dropdown: NavDropdownDirective) {} - - @HostListener('click', ['$event']) - toggleOpen($event: any) { - $event.preventDefault(); - this.dropdown.toggle(); - } -} - -export const NAV_DROPDOWN_DIRECTIVES = [NavDropdownDirective, NavDropdownToggleDirective]; diff --git a/Angular4_CLI_Full_Project/src/app/directives/sidebar/index.ts b/Angular4_CLI_Full_Project/src/app/directives/sidebar/index.ts deleted file mode 100644 index aeb5775be..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/sidebar/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './sidebar.directive'; diff --git a/Angular4_CLI_Full_Project/src/app/directives/sidebar/sidebar.directive.ts b/Angular4_CLI_Full_Project/src/app/directives/sidebar/sidebar.directive.ts deleted file mode 100644 index 69867f465..000000000 --- a/Angular4_CLI_Full_Project/src/app/directives/sidebar/sidebar.directive.ts +++ /dev/null @@ -1,92 +0,0 @@ -import { Directive, HostListener } from '@angular/core'; - -/** -* Allows the sidebar to be toggled via click. -*/ -@Directive({ - selector: '[appSidebarToggler]' -}) -export class SidebarToggleDirective { - constructor() { } - - @HostListener('click', ['$event']) - toggleOpen($event: any) { - $event.preventDefault(); - document.querySelector('body').classList.toggle('sidebar-hidden'); - } -} - -@Directive({ - selector: '[appSidebarMinimizer]' -}) -export class SidebarMinimizeDirective { - constructor() { } - - @HostListener('click', ['$event']) - toggleOpen($event: any) { - $event.preventDefault(); - document.querySelector('body').classList.toggle('sidebar-minimized'); - } -} - -@Directive({ - selector: '[appMobileSidebarToggler]' -}) -export class MobileSidebarToggleDirective { - constructor() { } - - // Check if element has class - private hasClass(target: any, elementClassName: string) { - return new RegExp('(\\s|^)' + elementClassName + '(\\s|$)').test(target.className); - } - - @HostListener('click', ['$event']) - toggleOpen($event: any) { - $event.preventDefault(); - document.querySelector('body').classList.toggle('sidebar-mobile-show'); - } -} - -/** -* Allows the off-canvas sidebar to be closed via click. -*/ -@Directive({ - selector: '[appSidebarClose]' -}) -export class SidebarOffCanvasCloseDirective { - constructor() { } - - // Check if element has class - private hasClass(target: any, elementClassName: string) { - return new RegExp('(\\s|^)' + elementClassName + '(\\s|$)').test(target.className); - } - - // Toggle element class - private toggleClass(elem: any, elementClassName: string) { - let newClass = ' ' + elem.className.replace( /[\t\r\n]/g, ' ' ) + ' '; - if (this.hasClass(elem, elementClassName)) { - while (newClass.indexOf(' ' + elementClassName + ' ') >= 0 ) { - newClass = newClass.replace( ' ' + elementClassName + ' ' , ' ' ); - } - elem.className = newClass.replace(/^\s+|\s+$/g, ''); - } else { - elem.className += ' ' + elementClassName; - } - } - - @HostListener('click', ['$event']) - toggleOpen($event: any) { - $event.preventDefault(); - - if (this.hasClass(document.querySelector('body'), 'sidebar-off-canvas')) { - this.toggleClass(document.querySelector('body'), 'sidebar-opened'); - } - } -} - -export const SIDEBAR_TOGGLE_DIRECTIVES = [ - SidebarToggleDirective, - SidebarMinimizeDirective, - SidebarOffCanvasCloseDirective, - MobileSidebarToggleDirective -]; diff --git a/Angular4_CLI_Full_Project/src/app/views/components/buttons.component.html b/Angular4_CLI_Full_Project/src/app/views/components/buttons.component.html deleted file mode 100644 index 690626934..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/buttons.component.html +++ /dev/null @@ -1,231 +0,0 @@ -
-
-
-
-
- Options -
-
- - - - - - -
-
-
-
- With Icons -
-
- - - - - - -
-
-
-
- Size Large - Add this class - .btn-lg - -
-
- - - - - - - -
-
-
-
- Size Small - Add this class - .btn-sm - -
-
- - - - - - - -
-
-
-
- Disabled state - Add this - disabled="disabled" - -
-
- - - - - - - -
-
-
-
- Active state - Add this class - .active - -
-
- - - - - - - -
-
-
-
- Block Level Buttons - Add this class - .btn-block - -
-
- - - - - - - -
-
-
- -
-
-
- Options -
-
- - - - - - - - - - -
-
-
-
- With Icons -
-
- - - - - -
-
-
-
- Size Large - Add this class - .btn-lg - -
-
- - - - - - -
-
-
-
- Size Small - Add this class - .btn-sm - -
-
- - - - - - -
-
-
-
- Disabled state - Add this - disabled="disabled" - -
-
- - - - - - -
-
-
-
- Active state - Add this class - .active - -
-
- - - - - - -
-
-
-
- Block Level Buttons - Add this class - .btn-block - -
-
- - - - - - -
-
-
- -
- -
diff --git a/Angular4_CLI_Full_Project/src/app/views/components/components-routing.module.ts b/Angular4_CLI_Full_Project/src/app/views/components/components-routing.module.ts deleted file mode 100644 index 2f5a1259a..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/components-routing.module.ts +++ /dev/null @@ -1,84 +0,0 @@ -import { NgModule } from '@angular/core'; -import { Routes, RouterModule } from '@angular/router'; - -import { ButtonsComponent } from './buttons.component'; -import { CardsComponent } from './cards.component'; -import { FormsComponent } from './forms.component'; -import { ModalsComponent } from './modals.component'; -import { SocialButtonsComponent } from './social-buttons.component'; -import { SwitchesComponent } from './switches.component'; -import { TablesComponent } from './tables.component'; -import { TabsComponent } from './tabs.component'; - -const routes: Routes = [ - { - path: '', - data: { - title: 'Components' - }, - children: [ - { - path: 'buttons', - component: ButtonsComponent, - data: { - title: 'Buttons' - } - }, - { - path: 'cards', - component: CardsComponent, - data: { - title: 'Cards' - } - }, - { - path: 'forms', - component: FormsComponent, - data: { - title: 'Forms' - } - }, - { - path: 'modals', - component: ModalsComponent, - data: { - title: 'Modals' - } - }, - { - path: 'social-buttons', - component: SocialButtonsComponent, - data: { - title: 'Social buttons' - } - }, - { - path: 'switches', - component: SwitchesComponent, - data: { - title: 'Switches' - } - }, - { - path: 'tables', - component: TablesComponent, - data: { - title: 'Tables' - } - }, - { - path: 'tabs', - component: TabsComponent, - data: { - title: 'Tabs' - } - } - ] - } -]; - -@NgModule({ - imports: [RouterModule.forChild(routes)], - exports: [RouterModule] -}) -export class ComponentsRoutingModule {} diff --git a/Angular4_CLI_Full_Project/src/app/views/components/components.module.ts b/Angular4_CLI_Full_Project/src/app/views/components/components.module.ts deleted file mode 100644 index 30cf24ac5..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/components.module.ts +++ /dev/null @@ -1,43 +0,0 @@ -import { NgModule } from '@angular/core'; - -import { ButtonsComponent } from './buttons.component'; -import { CardsComponent } from './cards.component'; - -// Forms Component -import { FormsComponent } from './forms.component'; -import { BsDropdownModule } from 'ngx-bootstrap/dropdown'; - -import { SocialButtonsComponent } from './social-buttons.component'; -import { SwitchesComponent } from './switches.component'; -import { TablesComponent } from './tables.component'; - -// Modal Component -import { ModalModule } from 'ngx-bootstrap/modal'; -import { ModalsComponent } from './modals.component'; - -// Tabs Component -import { TabsModule } from 'ngx-bootstrap/tabs'; -import { TabsComponent } from './tabs.component'; - -// Components Routing -import { ComponentsRoutingModule } from './components-routing.module'; - -@NgModule({ - imports: [ - ComponentsRoutingModule, - BsDropdownModule.forRoot(), - ModalModule.forRoot(), - TabsModule - ], - declarations: [ - ButtonsComponent, - CardsComponent, - FormsComponent, - ModalsComponent, - SocialButtonsComponent, - SwitchesComponent, - TablesComponent, - TabsComponent - ] -}) -export class ComponentsModule { } diff --git a/Angular4_CLI_Full_Project/src/app/views/components/modals.component.ts b/Angular4_CLI_Full_Project/src/app/views/components/modals.component.ts deleted file mode 100644 index 4315b178d..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/modals.component.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { Component, ViewChild } from '@angular/core'; -import { ModalDirective } from 'ngx-bootstrap/modal/modal.component'; - -@Component({ - templateUrl: 'modals.component.html' -}) -export class ModalsComponent { - public myModal; - public largeModal; - public smallModal; - public primaryModal; - public successModal; - public warningModal; - public dangerModal; - public infoModal; -} diff --git a/Angular4_CLI_Full_Project/src/app/views/components/social-buttons.component.html b/Angular4_CLI_Full_Project/src/app/views/components/social-buttons.component.html deleted file mode 100644 index 15c284e50..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/social-buttons.component.html +++ /dev/null @@ -1,788 +0,0 @@ -
-
-
-
-
- Social Media Button - Usage ex. - <button class="btn btn-facebook" type="button"><span>Facebook</span></button> -
- - - -
-
-
-
Size Small - Add this class - .btn-sm - -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
Size Normal
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
Size Large - Add this class - .btn-lg - -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
-
-
- -
-
-
- Social Media Button - Only icons. Usage ex. - <button class="btn btn-facebook icon" type="button"><span>Facebook</span></button> -
- - - -
-
-
-
Size Small - Add this class - .btn-sm - -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
Size Normal
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
Size Large - Add this class - .btn-lg - -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
-
-
- -
-
-
- Social Media Button - Only text. Usage ex. - <button class="btn btn-facebook text" type="button"><span>Facebook</span></button> -
- - - -
-
-
-
Size Small - Add this class - .btn-sm - -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
Size Normal
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
Size Large - Add this class - .btn-lg - -
-

- - - - - - - - - - - - - - - - - - - - - - - - - -

-
-
-
- -
- -
diff --git a/Angular4_CLI_Full_Project/src/app/views/components/social-buttons.component.ts b/Angular4_CLI_Full_Project/src/app/views/components/social-buttons.component.ts deleted file mode 100644 index 6b79f3f96..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/social-buttons.component.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - templateUrl: 'social-buttons.component.html' -}) -export class SocialButtonsComponent { - - constructor() { } - -} diff --git a/Angular4_CLI_Full_Project/src/app/views/components/switches.component.html b/Angular4_CLI_Full_Project/src/app/views/components/switches.component.html deleted file mode 100644 index afb16d1e6..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/components/switches.component.html +++ /dev/null @@ -1,942 +0,0 @@ -
-
-
-
-
- 3d Switch -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch default -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch default - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch outline -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch outline - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch outline alternative -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch outline alternative - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with text -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with text - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with text outline -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with text outline - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with text outline alternative -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with text outline alternative - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with icon -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with icon - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with icon outline -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with icon outline - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with icon outline alternative -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Switch with icon outline alternative - pills -
-
- -     - -     - -     - -     - -     - -
-
-
- -
-
-
- Sizes -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SizeExampleCSS Class
- Large - - - - Add following class - .switch-lg -
- Normal - - - - - -
- Small - - - - Add following class - .switch-sm -
- Extra small - - - - Add following class - .switch-sm -
-
-
-
- -
- -
diff --git a/Angular4_CLI_Full_Project/src/app/views/dashboard/dashboard.component.html b/Angular4_CLI_Full_Project/src/app/views/dashboard/dashboard.component.html deleted file mode 100644 index 9814d9a6a..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/dashboard/dashboard.component.html +++ /dev/null @@ -1,940 +0,0 @@ -
-
-
-
-
- -

9.823

-

Members online

-
-
- -
-
-
-
-
-
- -

9.823

-

Members online

-
-
- -
-
-
-
-
-
- -

9.823

-

Members online

-
-
- -
-
-
-
-
-
- -

9.823

-

Members online

-
-
- -
-
-
-
-
-
-
-
-

Traffic

-
November 2015
-
-
- - -
-
-
- -
-
- -
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
-
-
-
- Traffic & Sales -
-
-
-
-
-
-
- New Clients -
- 9,123 -
- -
-
-
-
-
- Recuring Clients -
- 22,643 -
- -
-
-
-
-
-
    -
  • -
    - Monday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • -
    - Tuesday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • -
    - Wednesday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • -
    - Thursday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • -
    - Friday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • -
    - Saturday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • -
    - Sunday -
    -
    -
    -
    -
    -
    -
    -
    -
    -
  • -
  • - New clients   Recurring clients -
  • -
-
-
-
-
-
- Pageviews -
- 78,623 -
- -
-
-
-
-
- Organic -
- 49,123 -
- -
-
-
-
-
-
    -
  • - - Male - 43% -
    -
    -
    -
    -
    -
  • -
  • - - Female - 37% -
    -
    -
    -
    -
    -
  • -
  • -
  • - - Organic Search - 191,235 (56%) -
    -
    -
    -
    -
    -
  • -
  • - - Facebook - 51,223 (15%) -
    -
    -
    -
    -
    -
  • -
  • - - Twitter - 37,564 (11%) -
    -
    -
    -
    -
    -
  • -
  • - - LinkedIn - 27,319 (8%) -
    -
    -
    -
    -
    -
  • -
  • - -
  • -
-
-
-
-
-
- CTR -
- 23% -
- -
-
-
-
-
- Bounce Rate -
- 5% -
- -
-
-
-
-
-
    -
  • - -
    -
    iMac 4k
    - Lorem ipsum dolor sit amet -
    -
    -
    Sold this week
    - 1.924 -
    -
    - -
    -
  • -
  • - -
    -
    Samsung Galaxy Edge
    - Lorem ipsum dolor sit amet -
    -
    -
    Sold this week
    - 1.224 -
    -
    - -
    -
  • -
  • - -
    -
    iPhone 6S
    - Lorem ipsum dolor sit amet -
    -
    -
    Sold this week
    - 1.163 -
    -
    - -
    -
  • -
  • - -
    -
    Premium accounts
    - Lorem ipsum dolor sit amet -
    -
    -
    Sold this week
    - 928 -
    -
    - -
    -
  • -
  • - -
    -
    Spotify Subscriptions
    - Lorem ipsum dolor sit amet -
    -
    -
    Sold this week
    - 893 -
    -
    - -
    -
  • -
  • - -
    -
    Ebook
    - Lorem ipsum dolor sit amet -
    -
    -
    Downloads
    - 121.924 -
    -
    - -
    -
  • -
  • - -
    -
    Photos
    - Lorem ipsum dolor sit amet -
    -
    -
    Uploaded
    - 12.125 -
    -
    - -
    -
  • -
  • - -
  • -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
UserCountryUsagePayment MethodActivity
-
- admin@bootstrapmaster.com - -
-
-
Yiorgos Avraamu
-
- New | Registered: Jan 1, 2015 -
-
- USA - -
-
- 50% -
-
- Jun 11, 2015 - Jul 10, 2015 -
-
-
-
-
-
- - -
Last login
- 10 sec ago -
-
- admin@bootstrapmaster.com - -
-
-
Avram Tarasios
-
- - Recurring | Registered: Jan 1, 2015 -
-
- Brazil - -
-
- 10% -
-
- Jun 11, 2015 - Jul 10, 2015 -
-
-
-
-
-
- - -
Last login
- 5 minutes ago -
-
- admin@bootstrapmaster.com - -
-
-
Quintin Ed
-
- New | Registered: Jan 1, 2015 -
-
- India - -
-
- 74% -
-
- Jun 11, 2015 - Jul 10, 2015 -
-
-
-
-
-
- - -
Last login
- 1 hour ago -
-
- admin@bootstrapmaster.com - -
-
-
Enéas Kwadwo
-
- New | Registered: Jan 1, 2015 -
-
- France - -
-
- 98% -
-
- Jun 11, 2015 - Jul 10, 2015 -
-
-
-
-
-
- - -
Last login
- Last month -
-
- admin@bootstrapmaster.com - -
-
-
Agapetus Tadeáš
-
- New | Registered: Jan 1, 2015 -
-
- Spain - -
-
- 22% -
-
- Jun 11, 2015 - Jul 10, 2015 -
-
-
-
-
-
- - -
Last login
- Last week -
-
- admin@bootstrapmaster.com - -
-
-
Friderik Dávid
-
- New | Registered: Jan 1, 2015 -
-
- Poland - -
-
- 43% -
-
- Jun 11, 2015 - Jul 10, 2015 -
-
-
-
-
-
- - -
Last login
- Yesterday -
-
-
-
-
-
diff --git a/Angular4_CLI_Full_Project/src/app/views/pages/login.component.html b/Angular4_CLI_Full_Project/src/app/views/pages/login.component.html deleted file mode 100644 index afe760950..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/pages/login.component.html +++ /dev/null @@ -1,41 +0,0 @@ -
-
-
-
-
-
-
-

Login

-

Sign In to your account

-
- - -
-
- - -
-
-
- -
-
- -
-
-
-
-
-
-
-

Sign up

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

- -
-
-
-
-
-
-
-
diff --git a/Angular4_CLI_Full_Project/src/app/views/pages/pages-routing.module.ts b/Angular4_CLI_Full_Project/src/app/views/pages/pages-routing.module.ts deleted file mode 100644 index eab88caf5..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/pages/pages-routing.module.ts +++ /dev/null @@ -1,52 +0,0 @@ -import { NgModule } from '@angular/core'; -import { Routes, RouterModule } from '@angular/router'; - -import { P404Component } from './404.component'; -import { P500Component } from './500.component'; -import { LoginComponent } from './login.component'; -import { RegisterComponent } from './register.component'; - -const routes: Routes = [ - { - path: '', - data: { - title: 'Example Pages' - }, - children: [ - { - path: '404', - component: P404Component, - data: { - title: 'Page 404' - } - }, - { - path: '500', - component: P500Component, - data: { - title: 'Page 500' - } - }, - { - path: 'login', - component: LoginComponent, - data: { - title: 'Login Page' - } - }, - { - path: 'register', - component: RegisterComponent, - data: { - title: 'Register Page' - } - } - ] - } -]; - -@NgModule({ - imports: [RouterModule.forChild(routes)], - exports: [RouterModule] -}) -export class PagesRoutingModule {} diff --git a/Angular4_CLI_Full_Project/src/app/views/pages/pages.module.ts b/Angular4_CLI_Full_Project/src/app/views/pages/pages.module.ts deleted file mode 100644 index 9c79c6ac4..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/pages/pages.module.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { NgModule } from '@angular/core'; - -import { P404Component } from './404.component'; -import { P500Component } from './500.component'; -import { LoginComponent } from './login.component'; -import { RegisterComponent } from './register.component'; - -import { PagesRoutingModule } from './pages-routing.module'; - -@NgModule({ - imports: [ PagesRoutingModule ], - declarations: [ - P404Component, - P500Component, - LoginComponent, - RegisterComponent - ] -}) -export class PagesModule { } diff --git a/Angular4_CLI_Full_Project/src/app/views/pages/register.component.html b/Angular4_CLI_Full_Project/src/app/views/pages/register.component.html deleted file mode 100644 index 7ded71df5..000000000 --- a/Angular4_CLI_Full_Project/src/app/views/pages/register.component.html +++ /dev/null @@ -1,45 +0,0 @@ -
-
-
-
-
-
-

Register

-

Create your account

-
- - -
- -
- @ - -
- -
- - -
- -
- - -
- - -
- -
-
-
-
-
diff --git a/Angular4_CLI_Full_Project/src/assets/.npmignore b/Angular4_CLI_Full_Project/src/assets/.npmignore deleted file mode 100644 index e69de29bb..000000000 diff --git a/Angular4_CLI_Full_Project/src/assets/css/font-awesome.css b/Angular4_CLI_Full_Project/src/assets/css/font-awesome.css deleted file mode 100644 index ee906a819..000000000 --- a/Angular4_CLI_Full_Project/src/assets/css/font-awesome.css +++ /dev/null @@ -1,2337 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ -/* FONT PATH - * -------------------------- */ -@font-face { - font-family: 'FontAwesome'; - src: url('https://github.com/fonts/fontawesome-webfont.eot?v=4.7.0'); - src: url('https://github.com/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://github.com/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://github.com/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://github.com/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://github.com/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.fa { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -/* makes the font 33% larger relative to the icon container */ -.fa-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.fa-2x { - font-size: 2em; -} -.fa-3x { - font-size: 3em; -} -.fa-4x { - font-size: 4em; -} -.fa-5x { - font-size: 5em; -} -.fa-fw { - width: 1.28571429em; - text-align: center; -} -.fa-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.fa-ul > li { - position: relative; -} -.fa-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.fa-li.fa-lg { - left: -1.85714286em; -} -.fa-border { - padding: .2em .25em .15em; - border: solid 0.08em #eeeeee; - border-radius: .1em; -} -.fa-pull-left { - float: left; -} -.fa-pull-right { - float: right; -} -.fa.fa-pull-left { - margin-right: .3em; -} -.fa.fa-pull-right { - margin-left: .3em; -} -/* Deprecated as of 4.4.0 */ -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.fa.pull-left { - margin-right: .3em; -} -.fa.pull-right { - margin-left: .3em; -} -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - filter: none; -} -.fa-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.fa-stack-1x, -.fa-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.fa-stack-1x { - line-height: inherit; -} -.fa-stack-2x { - font-size: 2em; -} -.fa-inverse { - color: #ffffff; -} -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -.fa-glass:before { - content: "\f000"; -} -.fa-music:before { - content: "\f001"; -} -.fa-search:before { - content: "\f002"; -} -.fa-envelope-o:before { - content: "\f003"; -} -.fa-heart:before { - content: "\f004"; -} -.fa-star:before { - content: "\f005"; -} -.fa-star-o:before { - content: "\f006"; -} -.fa-user:before { - content: "\f007"; -} -.fa-film:before { - content: "\f008"; -} -.fa-th-large:before { - content: "\f009"; -} -.fa-th:before { - content: "\f00a"; -} -.fa-th-list:before { - content: "\f00b"; -} -.fa-check:before { - content: "\f00c"; -} -.fa-remove:before, -.fa-close:before, -.fa-times:before { - content: "\f00d"; -} -.fa-search-plus:before { - content: "\f00e"; -} -.fa-search-minus:before { - content: "\f010"; -} -.fa-power-off:before { - content: "\f011"; -} -.fa-signal:before { - content: "\f012"; -} -.fa-gear:before, -.fa-cog:before { - content: "\f013"; -} -.fa-trash-o:before { - content: "\f014"; -} -.fa-home:before { - content: "\f015"; -} -.fa-file-o:before { - content: "\f016"; -} -.fa-clock-o:before { - content: "\f017"; -} -.fa-road:before { - content: "\f018"; -} -.fa-download:before { - content: "\f019"; -} -.fa-arrow-circle-o-down:before { - content: "\f01a"; -} -.fa-arrow-circle-o-up:before { - content: "\f01b"; -} -.fa-inbox:before { - content: "\f01c"; -} -.fa-play-circle-o:before { - content: "\f01d"; -} -.fa-rotate-right:before, -.fa-repeat:before { - content: "\f01e"; -} -.fa-refresh:before { - content: "\f021"; -} -.fa-list-alt:before { - content: "\f022"; -} -.fa-lock:before { - content: "\f023"; -} -.fa-flag:before { - content: "\f024"; -} -.fa-headphones:before { - content: "\f025"; -} -.fa-volume-off:before { - content: "\f026"; -} -.fa-volume-down:before { - content: "\f027"; -} -.fa-volume-up:before { - content: "\f028"; -} -.fa-qrcode:before { - content: "\f029"; -} -.fa-barcode:before { - content: "\f02a"; -} -.fa-tag:before { - content: "\f02b"; -} -.fa-tags:before { - content: "\f02c"; -} -.fa-book:before { - content: "\f02d"; -} -.fa-bookmark:before { - content: "\f02e"; -} -.fa-print:before { - content: "\f02f"; -} -.fa-camera:before { - content: "\f030"; -} -.fa-font:before { - content: "\f031"; -} -.fa-bold:before { - content: "\f032"; -} -.fa-italic:before { - content: "\f033"; -} -.fa-text-height:before { - content: "\f034"; -} -.fa-text-width:before { - content: "\f035"; -} -.fa-align-left:before { - content: "\f036"; -} -.fa-align-center:before { - content: "\f037"; -} -.fa-align-right:before { - content: "\f038"; -} -.fa-align-justify:before { - content: "\f039"; -} -.fa-list:before { - content: "\f03a"; -} -.fa-dedent:before, -.fa-outdent:before { - content: "\f03b"; -} -.fa-indent:before { - content: "\f03c"; -} -.fa-video-camera:before { - content: "\f03d"; -} -.fa-photo:before, -.fa-image:before, -.fa-picture-o:before { - content: "\f03e"; -} -.fa-pencil:before { - content: "\f040"; -} -.fa-map-marker:before { - content: "\f041"; -} -.fa-adjust:before { - content: "\f042"; -} -.fa-tint:before { - content: "\f043"; -} -.fa-edit:before, -.fa-pencil-square-o:before { - content: "\f044"; -} -.fa-share-square-o:before { - content: "\f045"; -} -.fa-check-square-o:before { - content: "\f046"; -} -.fa-arrows:before { - content: "\f047"; -} -.fa-step-backward:before { - content: "\f048"; -} -.fa-fast-backward:before { - content: "\f049"; -} -.fa-backward:before { - content: "\f04a"; -} -.fa-play:before { - content: "\f04b"; -} -.fa-pause:before { - content: "\f04c"; -} -.fa-stop:before { - content: "\f04d"; -} -.fa-forward:before { - content: "\f04e"; -} -.fa-fast-forward:before { - content: "\f050"; -} -.fa-step-forward:before { - content: "\f051"; -} -.fa-eject:before { - content: "\f052"; -} -.fa-chevron-left:before { - content: "\f053"; -} -.fa-chevron-right:before { - content: "\f054"; -} -.fa-plus-circle:before { - content: "\f055"; -} -.fa-minus-circle:before { - content: "\f056"; -} -.fa-times-circle:before { - content: "\f057"; -} -.fa-check-circle:before { - content: "\f058"; -} -.fa-question-circle:before { - content: "\f059"; -} -.fa-info-circle:before { - content: "\f05a"; -} -.fa-crosshairs:before { - content: "\f05b"; -} -.fa-times-circle-o:before { - content: "\f05c"; -} -.fa-check-circle-o:before { - content: "\f05d"; -} -.fa-ban:before { - content: "\f05e"; -} -.fa-arrow-left:before { - content: "\f060"; -} -.fa-arrow-right:before { - content: "\f061"; -} -.fa-arrow-up:before { - content: "\f062"; -} -.fa-arrow-down:before { - content: "\f063"; -} -.fa-mail-forward:before, -.fa-share:before { - content: "\f064"; -} -.fa-expand:before { - content: "\f065"; -} -.fa-compress:before { - content: "\f066"; -} -.fa-plus:before { - content: "\f067"; -} -.fa-minus:before { - content: "\f068"; -} -.fa-asterisk:before { - content: "\f069"; -} -.fa-exclamation-circle:before { - content: "\f06a"; -} -.fa-gift:before { - content: "\f06b"; -} -.fa-leaf:before { - content: "\f06c"; -} -.fa-fire:before { - content: "\f06d"; -} -.fa-eye:before { - content: "\f06e"; -} -.fa-eye-slash:before { - content: "\f070"; -} -.fa-warning:before, -.fa-exclamation-triangle:before { - content: "\f071"; -} -.fa-plane:before { - content: "\f072"; -} -.fa-calendar:before { - content: "\f073"; -} -.fa-random:before { - content: "\f074"; -} -.fa-comment:before { - content: "\f075"; -} -.fa-magnet:before { - content: "\f076"; -} -.fa-chevron-up:before { - content: "\f077"; -} -.fa-chevron-down:before { - content: "\f078"; -} -.fa-retweet:before { - content: "\f079"; -} -.fa-shopping-cart:before { - content: "\f07a"; -} -.fa-folder:before { - content: "\f07b"; -} -.fa-folder-open:before { - content: "\f07c"; -} -.fa-arrows-v:before { - content: "\f07d"; -} -.fa-arrows-h:before { - content: "\f07e"; -} -.fa-bar-chart-o:before, -.fa-bar-chart:before { - content: "\f080"; -} -.fa-twitter-square:before { - content: "\f081"; -} -.fa-facebook-square:before { - content: "\f082"; -} -.fa-camera-retro:before { - content: "\f083"; -} -.fa-key:before { - content: "\f084"; -} -.fa-gears:before, -.fa-cogs:before { - content: "\f085"; -} -.fa-comments:before { - content: "\f086"; -} -.fa-thumbs-o-up:before { - content: "\f087"; -} -.fa-thumbs-o-down:before { - content: "\f088"; -} -.fa-star-half:before { - content: "\f089"; -} -.fa-heart-o:before { - content: "\f08a"; -} -.fa-sign-out:before { - content: "\f08b"; -} -.fa-linkedin-square:before { - content: "\f08c"; -} -.fa-thumb-tack:before { - content: "\f08d"; -} -.fa-external-link:before { - content: "\f08e"; -} -.fa-sign-in:before { - content: "\f090"; -} -.fa-trophy:before { - content: "\f091"; -} -.fa-github-square:before { - content: "\f092"; -} -.fa-upload:before { - content: "\f093"; -} -.fa-lemon-o:before { - content: "\f094"; -} -.fa-phone:before { - content: "\f095"; -} -.fa-square-o:before { - content: "\f096"; -} -.fa-bookmark-o:before { - content: "\f097"; -} -.fa-phone-square:before { - content: "\f098"; -} -.fa-twitter:before { - content: "\f099"; -} -.fa-facebook-f:before, -.fa-facebook:before { - content: "\f09a"; -} -.fa-github:before { - content: "\f09b"; -} -.fa-unlock:before { - content: "\f09c"; -} -.fa-credit-card:before { - content: "\f09d"; -} -.fa-feed:before, -.fa-rss:before { - content: "\f09e"; -} -.fa-hdd-o:before { - content: "\f0a0"; -} -.fa-bullhorn:before { - content: "\f0a1"; -} -.fa-bell:before { - content: "\f0f3"; -} -.fa-certificate:before { - content: "\f0a3"; -} -.fa-hand-o-right:before { - content: "\f0a4"; -} -.fa-hand-o-left:before { - content: "\f0a5"; -} -.fa-hand-o-up:before { - content: "\f0a6"; -} -.fa-hand-o-down:before { - content: "\f0a7"; -} -.fa-arrow-circle-left:before { - content: "\f0a8"; -} -.fa-arrow-circle-right:before { - content: "\f0a9"; -} -.fa-arrow-circle-up:before { - content: "\f0aa"; -} -.fa-arrow-circle-down:before { - content: "\f0ab"; -} -.fa-globe:before { - content: "\f0ac"; -} -.fa-wrench:before { - content: "\f0ad"; -} -.fa-tasks:before { - content: "\f0ae"; -} -.fa-filter:before { - content: "\f0b0"; -} -.fa-briefcase:before { - content: "\f0b1"; -} -.fa-arrows-alt:before { - content: "\f0b2"; -} -.fa-group:before, -.fa-users:before { - content: "\f0c0"; -} -.fa-chain:before, -.fa-link:before { - content: "\f0c1"; -} -.fa-cloud:before { - content: "\f0c2"; -} -.fa-flask:before { - content: "\f0c3"; -} -.fa-cut:before, -.fa-scissors:before { - content: "\f0c4"; -} -.fa-copy:before, -.fa-files-o:before { - content: "\f0c5"; -} -.fa-paperclip:before { - content: "\f0c6"; -} -.fa-save:before, -.fa-floppy-o:before { - content: "\f0c7"; -} -.fa-square:before { - content: "\f0c8"; -} -.fa-navicon:before, -.fa-reorder:before, -.fa-bars:before { - content: "\f0c9"; -} -.fa-list-ul:before { - content: "\f0ca"; -} -.fa-list-ol:before { - content: "\f0cb"; -} -.fa-strikethrough:before { - content: "\f0cc"; -} -.fa-underline:before { - content: "\f0cd"; -} -.fa-table:before { - content: "\f0ce"; -} -.fa-magic:before { - content: "\f0d0"; -} -.fa-truck:before { - content: "\f0d1"; -} -.fa-pinterest:before { - content: "\f0d2"; -} -.fa-pinterest-square:before { - content: "\f0d3"; -} -.fa-google-plus-square:before { - content: "\f0d4"; -} -.fa-google-plus:before { - content: "\f0d5"; -} -.fa-money:before { - content: "\f0d6"; -} -.fa-caret-down:before { - content: "\f0d7"; -} -.fa-caret-up:before { - content: "\f0d8"; -} -.fa-caret-left:before { - content: "\f0d9"; -} -.fa-caret-right:before { - content: "\f0da"; -} -.fa-columns:before { - content: "\f0db"; -} -.fa-unsorted:before, -.fa-sort:before { - content: "\f0dc"; -} -.fa-sort-down:before, -.fa-sort-desc:before { - content: "\f0dd"; -} -.fa-sort-up:before, -.fa-sort-asc:before { - content: "\f0de"; -} -.fa-envelope:before { - content: "\f0e0"; -} -.fa-linkedin:before { - content: "\f0e1"; -} -.fa-rotate-left:before, -.fa-undo:before { - content: "\f0e2"; -} -.fa-legal:before, -.fa-gavel:before { - content: "\f0e3"; -} -.fa-dashboard:before, -.fa-tachometer:before { - content: "\f0e4"; -} -.fa-comment-o:before { - content: "\f0e5"; -} -.fa-comments-o:before { - content: "\f0e6"; -} -.fa-flash:before, -.fa-bolt:before { - content: "\f0e7"; -} -.fa-sitemap:before { - content: "\f0e8"; -} -.fa-umbrella:before { - content: "\f0e9"; -} -.fa-paste:before, -.fa-clipboard:before { - content: "\f0ea"; -} -.fa-lightbulb-o:before { - content: "\f0eb"; -} -.fa-exchange:before { - content: "\f0ec"; -} -.fa-cloud-download:before { - content: "\f0ed"; -} -.fa-cloud-upload:before { - content: "\f0ee"; -} -.fa-user-md:before { - content: "\f0f0"; -} -.fa-stethoscope:before { - content: "\f0f1"; -} -.fa-suitcase:before { - content: "\f0f2"; -} -.fa-bell-o:before { - content: "\f0a2"; -} -.fa-coffee:before { - content: "\f0f4"; -} -.fa-cutlery:before { - content: "\f0f5"; -} -.fa-file-text-o:before { - content: "\f0f6"; -} -.fa-building-o:before { - content: "\f0f7"; -} -.fa-hospital-o:before { - content: "\f0f8"; -} -.fa-ambulance:before { - content: "\f0f9"; -} -.fa-medkit:before { - content: "\f0fa"; -} -.fa-fighter-jet:before { - content: "\f0fb"; -} -.fa-beer:before { - content: "\f0fc"; -} -.fa-h-square:before { - content: "\f0fd"; -} -.fa-plus-square:before { - content: "\f0fe"; -} -.fa-angle-double-left:before { - content: "\f100"; -} -.fa-angle-double-right:before { - content: "\f101"; -} -.fa-angle-double-up:before { - content: "\f102"; -} -.fa-angle-double-down:before { - content: "\f103"; -} -.fa-angle-left:before { - content: "\f104"; -} -.fa-angle-right:before { - content: "\f105"; -} -.fa-angle-up:before { - content: "\f106"; -} -.fa-angle-down:before { - content: "\f107"; -} -.fa-desktop:before { - content: "\f108"; -} -.fa-laptop:before { - content: "\f109"; -} -.fa-tablet:before { - content: "\f10a"; -} -.fa-mobile-phone:before, -.fa-mobile:before { - content: "\f10b"; -} -.fa-circle-o:before { - content: "\f10c"; -} -.fa-quote-left:before { - content: "\f10d"; -} -.fa-quote-right:before { - content: "\f10e"; -} -.fa-spinner:before { - content: "\f110"; -} -.fa-circle:before { - content: "\f111"; -} -.fa-mail-reply:before, -.fa-reply:before { - content: "\f112"; -} -.fa-github-alt:before { - content: "\f113"; -} -.fa-folder-o:before { - content: "\f114"; -} -.fa-folder-open-o:before { - content: "\f115"; -} -.fa-smile-o:before { - content: "\f118"; -} -.fa-frown-o:before { - content: "\f119"; -} -.fa-meh-o:before { - content: "\f11a"; -} -.fa-gamepad:before { - content: "\f11b"; -} -.fa-keyboard-o:before { - content: "\f11c"; -} -.fa-flag-o:before { - content: "\f11d"; -} -.fa-flag-checkered:before { - content: "\f11e"; -} -.fa-terminal:before { - content: "\f120"; -} -.fa-code:before { - content: "\f121"; -} -.fa-mail-reply-all:before, -.fa-reply-all:before { - content: "\f122"; -} -.fa-star-half-empty:before, -.fa-star-half-full:before, -.fa-star-half-o:before { - content: "\f123"; -} -.fa-location-arrow:before { - content: "\f124"; -} -.fa-crop:before { - content: "\f125"; -} -.fa-code-fork:before { - content: "\f126"; -} -.fa-unlink:before, -.fa-chain-broken:before { - content: "\f127"; -} -.fa-question:before { - content: "\f128"; -} -.fa-info:before { - content: "\f129"; -} -.fa-exclamation:before { - content: "\f12a"; -} -.fa-superscript:before { - content: "\f12b"; -} -.fa-subscript:before { - content: "\f12c"; -} -.fa-eraser:before { - content: "\f12d"; -} -.fa-puzzle-piece:before { - content: "\f12e"; -} -.fa-microphone:before { - content: "\f130"; -} -.fa-microphone-slash:before { - content: "\f131"; -} -.fa-shield:before { - content: "\f132"; -} -.fa-calendar-o:before { - content: "\f133"; -} -.fa-fire-extinguisher:before { - content: "\f134"; -} -.fa-rocket:before { - content: "\f135"; -} -.fa-maxcdn:before { - content: "\f136"; -} -.fa-chevron-circle-left:before { - content: "\f137"; -} -.fa-chevron-circle-right:before { - content: "\f138"; -} -.fa-chevron-circle-up:before { - content: "\f139"; -} -.fa-chevron-circle-down:before { - content: "\f13a"; -} -.fa-html5:before { - content: "\f13b"; -} -.fa-css3:before { - content: "\f13c"; -} -.fa-anchor:before { - content: "\f13d"; -} -.fa-unlock-alt:before { - content: "\f13e"; -} -.fa-bullseye:before { - content: "\f140"; -} -.fa-ellipsis-h:before { - content: "\f141"; -} -.fa-ellipsis-v:before { - content: "\f142"; -} -.fa-rss-square:before { - content: "\f143"; -} -.fa-play-circle:before { - content: "\f144"; -} -.fa-ticket:before { - content: "\f145"; -} -.fa-minus-square:before { - content: "\f146"; -} -.fa-minus-square-o:before { - content: "\f147"; -} -.fa-level-up:before { - content: "\f148"; -} -.fa-level-down:before { - content: "\f149"; -} -.fa-check-square:before { - content: "\f14a"; -} -.fa-pencil-square:before { - content: "\f14b"; -} -.fa-external-link-square:before { - content: "\f14c"; -} -.fa-share-square:before { - content: "\f14d"; -} -.fa-compass:before { - content: "\f14e"; -} -.fa-toggle-down:before, -.fa-caret-square-o-down:before { - content: "\f150"; -} -.fa-toggle-up:before, -.fa-caret-square-o-up:before { - content: "\f151"; -} -.fa-toggle-right:before, -.fa-caret-square-o-right:before { - content: "\f152"; -} -.fa-euro:before, -.fa-eur:before { - content: "\f153"; -} -.fa-gbp:before { - content: "\f154"; -} -.fa-dollar:before, -.fa-usd:before { - content: "\f155"; -} -.fa-rupee:before, -.fa-inr:before { - content: "\f156"; -} -.fa-cny:before, -.fa-rmb:before, -.fa-yen:before, -.fa-jpy:before { - content: "\f157"; -} -.fa-ruble:before, -.fa-rouble:before, -.fa-rub:before { - content: "\f158"; -} -.fa-won:before, -.fa-krw:before { - content: "\f159"; -} -.fa-bitcoin:before, -.fa-btc:before { - content: "\f15a"; -} -.fa-file:before { - content: "\f15b"; -} -.fa-file-text:before { - content: "\f15c"; -} -.fa-sort-alpha-asc:before { - content: "\f15d"; -} -.fa-sort-alpha-desc:before { - content: "\f15e"; -} -.fa-sort-amount-asc:before { - content: "\f160"; -} -.fa-sort-amount-desc:before { - content: "\f161"; -} -.fa-sort-numeric-asc:before { - content: "\f162"; -} -.fa-sort-numeric-desc:before { - content: "\f163"; -} -.fa-thumbs-up:before { - content: "\f164"; -} -.fa-thumbs-down:before { - content: "\f165"; -} -.fa-youtube-square:before { - content: "\f166"; -} -.fa-youtube:before { - content: "\f167"; -} -.fa-xing:before { - content: "\f168"; -} -.fa-xing-square:before { - content: "\f169"; -} -.fa-youtube-play:before { - content: "\f16a"; -} -.fa-dropbox:before { - content: "\f16b"; -} -.fa-stack-overflow:before { - content: "\f16c"; -} -.fa-instagram:before { - content: "\f16d"; -} -.fa-flickr:before { - content: "\f16e"; -} -.fa-adn:before { - content: "\f170"; -} -.fa-bitbucket:before { - content: "\f171"; -} -.fa-bitbucket-square:before { - content: "\f172"; -} -.fa-tumblr:before { - content: "\f173"; -} -.fa-tumblr-square:before { - content: "\f174"; -} -.fa-long-arrow-down:before { - content: "\f175"; -} -.fa-long-arrow-up:before { - content: "\f176"; -} -.fa-long-arrow-left:before { - content: "\f177"; -} -.fa-long-arrow-right:before { - content: "\f178"; -} -.fa-apple:before { - content: "\f179"; -} -.fa-windows:before { - content: "\f17a"; -} -.fa-android:before { - content: "\f17b"; -} -.fa-linux:before { - content: "\f17c"; -} -.fa-dribbble:before { - content: "\f17d"; -} -.fa-skype:before { - content: "\f17e"; -} -.fa-foursquare:before { - content: "\f180"; -} -.fa-trello:before { - content: "\f181"; -} -.fa-female:before { - content: "\f182"; -} -.fa-male:before { - content: "\f183"; -} -.fa-gittip:before, -.fa-gratipay:before { - content: "\f184"; -} -.fa-sun-o:before { - content: "\f185"; -} -.fa-moon-o:before { - content: "\f186"; -} -.fa-archive:before { - content: "\f187"; -} -.fa-bug:before { - content: "\f188"; -} -.fa-vk:before { - content: "\f189"; -} -.fa-weibo:before { - content: "\f18a"; -} -.fa-renren:before { - content: "\f18b"; -} -.fa-pagelines:before { - content: "\f18c"; -} -.fa-stack-exchange:before { - content: "\f18d"; -} -.fa-arrow-circle-o-right:before { - content: "\f18e"; -} -.fa-arrow-circle-o-left:before { - content: "\f190"; -} -.fa-toggle-left:before, -.fa-caret-square-o-left:before { - content: "\f191"; -} -.fa-dot-circle-o:before { - content: "\f192"; -} -.fa-wheelchair:before { - content: "\f193"; -} -.fa-vimeo-square:before { - content: "\f194"; -} -.fa-turkish-lira:before, -.fa-try:before { - content: "\f195"; -} -.fa-plus-square-o:before { - content: "\f196"; -} -.fa-space-shuttle:before { - content: "\f197"; -} -.fa-slack:before { - content: "\f198"; -} -.fa-envelope-square:before { - content: "\f199"; -} -.fa-wordpress:before { - content: "\f19a"; -} -.fa-openid:before { - content: "\f19b"; -} -.fa-institution:before, -.fa-bank:before, -.fa-university:before { - content: "\f19c"; -} -.fa-mortar-board:before, -.fa-graduation-cap:before { - content: "\f19d"; -} -.fa-yahoo:before { - content: "\f19e"; -} -.fa-google:before { - content: "\f1a0"; -} -.fa-reddit:before { - content: "\f1a1"; -} -.fa-reddit-square:before { - content: "\f1a2"; -} -.fa-stumbleupon-circle:before { - content: "\f1a3"; -} -.fa-stumbleupon:before { - content: "\f1a4"; -} -.fa-delicious:before { - content: "\f1a5"; -} -.fa-digg:before { - content: "\f1a6"; -} -.fa-pied-piper-pp:before { - content: "\f1a7"; -} -.fa-pied-piper-alt:before { - content: "\f1a8"; -} -.fa-drupal:before { - content: "\f1a9"; -} -.fa-joomla:before { - content: "\f1aa"; -} -.fa-language:before { - content: "\f1ab"; -} -.fa-fax:before { - content: "\f1ac"; -} -.fa-building:before { - content: "\f1ad"; -} -.fa-child:before { - content: "\f1ae"; -} -.fa-paw:before { - content: "\f1b0"; -} -.fa-spoon:before { - content: "\f1b1"; -} -.fa-cube:before { - content: "\f1b2"; -} -.fa-cubes:before { - content: "\f1b3"; -} -.fa-behance:before { - content: "\f1b4"; -} -.fa-behance-square:before { - content: "\f1b5"; -} -.fa-steam:before { - content: "\f1b6"; -} -.fa-steam-square:before { - content: "\f1b7"; -} -.fa-recycle:before { - content: "\f1b8"; -} -.fa-automobile:before, -.fa-car:before { - content: "\f1b9"; -} -.fa-cab:before, -.fa-taxi:before { - content: "\f1ba"; -} -.fa-tree:before { - content: "\f1bb"; -} -.fa-spotify:before { - content: "\f1bc"; -} -.fa-deviantart:before { - content: "\f1bd"; -} -.fa-soundcloud:before { - content: "\f1be"; -} -.fa-database:before { - content: "\f1c0"; -} -.fa-file-pdf-o:before { - content: "\f1c1"; -} -.fa-file-word-o:before { - content: "\f1c2"; -} -.fa-file-excel-o:before { - content: "\f1c3"; -} -.fa-file-powerpoint-o:before { - content: "\f1c4"; -} -.fa-file-photo-o:before, -.fa-file-picture-o:before, -.fa-file-image-o:before { - content: "\f1c5"; -} -.fa-file-zip-o:before, -.fa-file-archive-o:before { - content: "\f1c6"; -} -.fa-file-sound-o:before, -.fa-file-audio-o:before { - content: "\f1c7"; -} -.fa-file-movie-o:before, -.fa-file-video-o:before { - content: "\f1c8"; -} -.fa-file-code-o:before { - content: "\f1c9"; -} -.fa-vine:before { - content: "\f1ca"; -} -.fa-codepen:before { - content: "\f1cb"; -} -.fa-jsfiddle:before { - content: "\f1cc"; -} -.fa-life-bouy:before, -.fa-life-buoy:before, -.fa-life-saver:before, -.fa-support:before, -.fa-life-ring:before { - content: "\f1cd"; -} -.fa-circle-o-notch:before { - content: "\f1ce"; -} -.fa-ra:before, -.fa-resistance:before, -.fa-rebel:before { - content: "\f1d0"; -} -.fa-ge:before, -.fa-empire:before { - content: "\f1d1"; -} -.fa-git-square:before { - content: "\f1d2"; -} -.fa-git:before { - content: "\f1d3"; -} -.fa-y-combinator-square:before, -.fa-yc-square:before, -.fa-hacker-news:before { - content: "\f1d4"; -} -.fa-tencent-weibo:before { - content: "\f1d5"; -} -.fa-qq:before { - content: "\f1d6"; -} -.fa-wechat:before, -.fa-weixin:before { - content: "\f1d7"; -} -.fa-send:before, -.fa-paper-plane:before { - content: "\f1d8"; -} -.fa-send-o:before, -.fa-paper-plane-o:before { - content: "\f1d9"; -} -.fa-history:before { - content: "\f1da"; -} -.fa-circle-thin:before { - content: "\f1db"; -} -.fa-header:before { - content: "\f1dc"; -} -.fa-paragraph:before { - content: "\f1dd"; -} -.fa-sliders:before { - content: "\f1de"; -} -.fa-share-alt:before { - content: "\f1e0"; -} -.fa-share-alt-square:before { - content: "\f1e1"; -} -.fa-bomb:before { - content: "\f1e2"; -} -.fa-soccer-ball-o:before, -.fa-futbol-o:before { - content: "\f1e3"; -} -.fa-tty:before { - content: "\f1e4"; -} -.fa-binoculars:before { - content: "\f1e5"; -} -.fa-plug:before { - content: "\f1e6"; -} -.fa-slideshare:before { - content: "\f1e7"; -} -.fa-twitch:before { - content: "\f1e8"; -} -.fa-yelp:before { - content: "\f1e9"; -} -.fa-newspaper-o:before { - content: "\f1ea"; -} -.fa-wifi:before { - content: "\f1eb"; -} -.fa-calculator:before { - content: "\f1ec"; -} -.fa-paypal:before { - content: "\f1ed"; -} -.fa-google-wallet:before { - content: "\f1ee"; -} -.fa-cc-visa:before { - content: "\f1f0"; -} -.fa-cc-mastercard:before { - content: "\f1f1"; -} -.fa-cc-discover:before { - content: "\f1f2"; -} -.fa-cc-amex:before { - content: "\f1f3"; -} -.fa-cc-paypal:before { - content: "\f1f4"; -} -.fa-cc-stripe:before { - content: "\f1f5"; -} -.fa-bell-slash:before { - content: "\f1f6"; -} -.fa-bell-slash-o:before { - content: "\f1f7"; -} -.fa-trash:before { - content: "\f1f8"; -} -.fa-copyright:before { - content: "\f1f9"; -} -.fa-at:before { - content: "\f1fa"; -} -.fa-eyedropper:before { - content: "\f1fb"; -} -.fa-paint-brush:before { - content: "\f1fc"; -} -.fa-birthday-cake:before { - content: "\f1fd"; -} -.fa-area-chart:before { - content: "\f1fe"; -} -.fa-pie-chart:before { - content: "\f200"; -} -.fa-line-chart:before { - content: "\f201"; -} -.fa-lastfm:before { - content: "\f202"; -} -.fa-lastfm-square:before { - content: "\f203"; -} -.fa-toggle-off:before { - content: "\f204"; -} -.fa-toggle-on:before { - content: "\f205"; -} -.fa-bicycle:before { - content: "\f206"; -} -.fa-bus:before { - content: "\f207"; -} -.fa-ioxhost:before { - content: "\f208"; -} -.fa-angellist:before { - content: "\f209"; -} -.fa-cc:before { - content: "\f20a"; -} -.fa-shekel:before, -.fa-sheqel:before, -.fa-ils:before { - content: "\f20b"; -} -.fa-meanpath:before { - content: "\f20c"; -} -.fa-buysellads:before { - content: "\f20d"; -} -.fa-connectdevelop:before { - content: "\f20e"; -} -.fa-dashcube:before { - content: "\f210"; -} -.fa-forumbee:before { - content: "\f211"; -} -.fa-leanpub:before { - content: "\f212"; -} -.fa-sellsy:before { - content: "\f213"; -} -.fa-shirtsinbulk:before { - content: "\f214"; -} -.fa-simplybuilt:before { - content: "\f215"; -} -.fa-skyatlas:before { - content: "\f216"; -} -.fa-cart-plus:before { - content: "\f217"; -} -.fa-cart-arrow-down:before { - content: "\f218"; -} -.fa-diamond:before { - content: "\f219"; -} -.fa-ship:before { - content: "\f21a"; -} -.fa-user-secret:before { - content: "\f21b"; -} -.fa-motorcycle:before { - content: "\f21c"; -} -.fa-street-view:before { - content: "\f21d"; -} -.fa-heartbeat:before { - content: "\f21e"; -} -.fa-venus:before { - content: "\f221"; -} -.fa-mars:before { - content: "\f222"; -} -.fa-mercury:before { - content: "\f223"; -} -.fa-intersex:before, -.fa-transgender:before { - content: "\f224"; -} -.fa-transgender-alt:before { - content: "\f225"; -} -.fa-venus-double:before { - content: "\f226"; -} -.fa-mars-double:before { - content: "\f227"; -} -.fa-venus-mars:before { - content: "\f228"; -} -.fa-mars-stroke:before { - content: "\f229"; -} -.fa-mars-stroke-v:before { - content: "\f22a"; -} -.fa-mars-stroke-h:before { - content: "\f22b"; -} -.fa-neuter:before { - content: "\f22c"; -} -.fa-genderless:before { - content: "\f22d"; -} -.fa-facebook-official:before { - content: "\f230"; -} -.fa-pinterest-p:before { - content: "\f231"; -} -.fa-whatsapp:before { - content: "\f232"; -} -.fa-server:before { - content: "\f233"; -} -.fa-user-plus:before { - content: "\f234"; -} -.fa-user-times:before { - content: "\f235"; -} -.fa-hotel:before, -.fa-bed:before { - content: "\f236"; -} -.fa-viacoin:before { - content: "\f237"; -} -.fa-train:before { - content: "\f238"; -} -.fa-subway:before { - content: "\f239"; -} -.fa-medium:before { - content: "\f23a"; -} -.fa-yc:before, -.fa-y-combinator:before { - content: "\f23b"; -} -.fa-optin-monster:before { - content: "\f23c"; -} -.fa-opencart:before { - content: "\f23d"; -} -.fa-expeditedssl:before { - content: "\f23e"; -} -.fa-battery-4:before, -.fa-battery:before, -.fa-battery-full:before { - content: "\f240"; -} -.fa-battery-3:before, -.fa-battery-three-quarters:before { - content: "\f241"; -} -.fa-battery-2:before, -.fa-battery-half:before { - content: "\f242"; -} -.fa-battery-1:before, -.fa-battery-quarter:before { - content: "\f243"; -} -.fa-battery-0:before, -.fa-battery-empty:before { - content: "\f244"; -} -.fa-mouse-pointer:before { - content: "\f245"; -} -.fa-i-cursor:before { - content: "\f246"; -} -.fa-object-group:before { - content: "\f247"; -} -.fa-object-ungroup:before { - content: "\f248"; -} -.fa-sticky-note:before { - content: "\f249"; -} -.fa-sticky-note-o:before { - content: "\f24a"; -} -.fa-cc-jcb:before { - content: "\f24b"; -} -.fa-cc-diners-club:before { - content: "\f24c"; -} -.fa-clone:before { - content: "\f24d"; -} -.fa-balance-scale:before { - content: "\f24e"; -} -.fa-hourglass-o:before { - content: "\f250"; -} -.fa-hourglass-1:before, -.fa-hourglass-start:before { - content: "\f251"; -} -.fa-hourglass-2:before, -.fa-hourglass-half:before { - content: "\f252"; -} -.fa-hourglass-3:before, -.fa-hourglass-end:before { - content: "\f253"; -} -.fa-hourglass:before { - content: "\f254"; -} -.fa-hand-grab-o:before, -.fa-hand-rock-o:before { - content: "\f255"; -} -.fa-hand-stop-o:before, -.fa-hand-paper-o:before { - content: "\f256"; -} -.fa-hand-scissors-o:before { - content: "\f257"; -} -.fa-hand-lizard-o:before { - content: "\f258"; -} -.fa-hand-spock-o:before { - content: "\f259"; -} -.fa-hand-pointer-o:before { - content: "\f25a"; -} -.fa-hand-peace-o:before { - content: "\f25b"; -} -.fa-trademark:before { - content: "\f25c"; -} -.fa-registered:before { - content: "\f25d"; -} -.fa-creative-commons:before { - content: "\f25e"; -} -.fa-gg:before { - content: "\f260"; -} -.fa-gg-circle:before { - content: "\f261"; -} -.fa-tripadvisor:before { - content: "\f262"; -} -.fa-odnoklassniki:before { - content: "\f263"; -} -.fa-odnoklassniki-square:before { - content: "\f264"; -} -.fa-get-pocket:before { - content: "\f265"; -} -.fa-wikipedia-w:before { - content: "\f266"; -} -.fa-safari:before { - content: "\f267"; -} -.fa-chrome:before { - content: "\f268"; -} -.fa-firefox:before { - content: "\f269"; -} -.fa-opera:before { - content: "\f26a"; -} -.fa-internet-explorer:before { - content: "\f26b"; -} -.fa-tv:before, -.fa-television:before { - content: "\f26c"; -} -.fa-contao:before { - content: "\f26d"; -} -.fa-500px:before { - content: "\f26e"; -} -.fa-amazon:before { - content: "\f270"; -} -.fa-calendar-plus-o:before { - content: "\f271"; -} -.fa-calendar-minus-o:before { - content: "\f272"; -} -.fa-calendar-times-o:before { - content: "\f273"; -} -.fa-calendar-check-o:before { - content: "\f274"; -} -.fa-industry:before { - content: "\f275"; -} -.fa-map-pin:before { - content: "\f276"; -} -.fa-map-signs:before { - content: "\f277"; -} -.fa-map-o:before { - content: "\f278"; -} -.fa-map:before { - content: "\f279"; -} -.fa-commenting:before { - content: "\f27a"; -} -.fa-commenting-o:before { - content: "\f27b"; -} -.fa-houzz:before { - content: "\f27c"; -} -.fa-vimeo:before { - content: "\f27d"; -} -.fa-black-tie:before { - content: "\f27e"; -} -.fa-fonticons:before { - content: "\f280"; -} -.fa-reddit-alien:before { - content: "\f281"; -} -.fa-edge:before { - content: "\f282"; -} -.fa-credit-card-alt:before { - content: "\f283"; -} -.fa-codiepie:before { - content: "\f284"; -} -.fa-modx:before { - content: "\f285"; -} -.fa-fort-awesome:before { - content: "\f286"; -} -.fa-usb:before { - content: "\f287"; -} -.fa-product-hunt:before { - content: "\f288"; -} -.fa-mixcloud:before { - content: "\f289"; -} -.fa-scribd:before { - content: "\f28a"; -} -.fa-pause-circle:before { - content: "\f28b"; -} -.fa-pause-circle-o:before { - content: "\f28c"; -} -.fa-stop-circle:before { - content: "\f28d"; -} -.fa-stop-circle-o:before { - content: "\f28e"; -} -.fa-shopping-bag:before { - content: "\f290"; -} -.fa-shopping-basket:before { - content: "\f291"; -} -.fa-hashtag:before { - content: "\f292"; -} -.fa-bluetooth:before { - content: "\f293"; -} -.fa-bluetooth-b:before { - content: "\f294"; -} -.fa-percent:before { - content: "\f295"; -} -.fa-gitlab:before { - content: "\f296"; -} -.fa-wpbeginner:before { - content: "\f297"; -} -.fa-wpforms:before { - content: "\f298"; -} -.fa-envira:before { - content: "\f299"; -} -.fa-universal-access:before { - content: "\f29a"; -} -.fa-wheelchair-alt:before { - content: "\f29b"; -} -.fa-question-circle-o:before { - content: "\f29c"; -} -.fa-blind:before { - content: "\f29d"; -} -.fa-audio-description:before { - content: "\f29e"; -} -.fa-volume-control-phone:before { - content: "\f2a0"; -} -.fa-braille:before { - content: "\f2a1"; -} -.fa-assistive-listening-systems:before { - content: "\f2a2"; -} -.fa-asl-interpreting:before, -.fa-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.fa-deafness:before, -.fa-hard-of-hearing:before, -.fa-deaf:before { - content: "\f2a4"; -} -.fa-glide:before { - content: "\f2a5"; -} -.fa-glide-g:before { - content: "\f2a6"; -} -.fa-signing:before, -.fa-sign-language:before { - content: "\f2a7"; -} -.fa-low-vision:before { - content: "\f2a8"; -} -.fa-viadeo:before { - content: "\f2a9"; -} -.fa-viadeo-square:before { - content: "\f2aa"; -} -.fa-snapchat:before { - content: "\f2ab"; -} -.fa-snapchat-ghost:before { - content: "\f2ac"; -} -.fa-snapchat-square:before { - content: "\f2ad"; -} -.fa-pied-piper:before { - content: "\f2ae"; -} -.fa-first-order:before { - content: "\f2b0"; -} -.fa-yoast:before { - content: "\f2b1"; -} -.fa-themeisle:before { - content: "\f2b2"; -} -.fa-google-plus-circle:before, -.fa-google-plus-official:before { - content: "\f2b3"; -} -.fa-fa:before, -.fa-font-awesome:before { - content: "\f2b4"; -} -.fa-handshake-o:before { - content: "\f2b5"; -} -.fa-envelope-open:before { - content: "\f2b6"; -} -.fa-envelope-open-o:before { - content: "\f2b7"; -} -.fa-linode:before { - content: "\f2b8"; -} -.fa-address-book:before { - content: "\f2b9"; -} -.fa-address-book-o:before { - content: "\f2ba"; -} -.fa-vcard:before, -.fa-address-card:before { - content: "\f2bb"; -} -.fa-vcard-o:before, -.fa-address-card-o:before { - content: "\f2bc"; -} -.fa-user-circle:before { - content: "\f2bd"; -} -.fa-user-circle-o:before { - content: "\f2be"; -} -.fa-user-o:before { - content: "\f2c0"; -} -.fa-id-badge:before { - content: "\f2c1"; -} -.fa-drivers-license:before, -.fa-id-card:before { - content: "\f2c2"; -} -.fa-drivers-license-o:before, -.fa-id-card-o:before { - content: "\f2c3"; -} -.fa-quora:before { - content: "\f2c4"; -} -.fa-free-code-camp:before { - content: "\f2c5"; -} -.fa-telegram:before { - content: "\f2c6"; -} -.fa-thermometer-4:before, -.fa-thermometer:before, -.fa-thermometer-full:before { - content: "\f2c7"; -} -.fa-thermometer-3:before, -.fa-thermometer-three-quarters:before { - content: "\f2c8"; -} -.fa-thermometer-2:before, -.fa-thermometer-half:before { - content: "\f2c9"; -} -.fa-thermometer-1:before, -.fa-thermometer-quarter:before { - content: "\f2ca"; -} -.fa-thermometer-0:before, -.fa-thermometer-empty:before { - content: "\f2cb"; -} -.fa-shower:before { - content: "\f2cc"; -} -.fa-bathtub:before, -.fa-s15:before, -.fa-bath:before { - content: "\f2cd"; -} -.fa-podcast:before { - content: "\f2ce"; -} -.fa-window-maximize:before { - content: "\f2d0"; -} -.fa-window-minimize:before { - content: "\f2d1"; -} -.fa-window-restore:before { - content: "\f2d2"; -} -.fa-times-rectangle:before, -.fa-window-close:before { - content: "\f2d3"; -} -.fa-times-rectangle-o:before, -.fa-window-close-o:before { - content: "\f2d4"; -} -.fa-bandcamp:before { - content: "\f2d5"; -} -.fa-grav:before { - content: "\f2d6"; -} -.fa-etsy:before { - content: "\f2d7"; -} -.fa-imdb:before { - content: "\f2d8"; -} -.fa-ravelry:before { - content: "\f2d9"; -} -.fa-eercast:before { - content: "\f2da"; -} -.fa-microchip:before { - content: "\f2db"; -} -.fa-snowflake-o:before { - content: "\f2dc"; -} -.fa-superpowers:before { - content: "\f2dd"; -} -.fa-wpexplorer:before { - content: "\f2de"; -} -.fa-meetup:before { - content: "\f2e0"; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} diff --git a/Angular4_CLI_Full_Project/src/assets/css/font-awesome.css.map b/Angular4_CLI_Full_Project/src/assets/css/font-awesome.css.map deleted file mode 100644 index 60763a864..000000000 --- a/Angular4_CLI_Full_Project/src/assets/css/font-awesome.css.map +++ /dev/null @@ -1,7 +0,0 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["../scss/_path.scss","../scss/_core.scss","../scss/_larger.scss","../scss/_fixed-width.scss","../scss/_list.scss","../scss/_variables.scss","../scss/_bordered-pulled.scss","../scss/_animated.scss","../scss/_rotated-flipped.scss","../scss/_mixins.scss","../scss/_stacked.scss","../scss/_icons.scss"], -"names": [], -"file": "font-awesome.css" -} diff --git a/Angular4_CLI_Full_Project/src/assets/css/font-awesome.min.css b/Angular4_CLI_Full_Project/src/assets/css/font-awesome.min.css deleted file mode 100644 index 540440ce8..000000000 --- a/Angular4_CLI_Full_Project/src/assets/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('https://github.com/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://github.com/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://github.com/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://github.com/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://github.com/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://github.com/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/Angular4_CLI_Full_Project/src/assets/css/simple-line-icons.css b/Angular4_CLI_Full_Project/src/assets/css/simple-line-icons.css deleted file mode 100644 index a5e97e266..000000000 --- a/Angular4_CLI_Full_Project/src/assets/css/simple-line-icons.css +++ /dev/null @@ -1,778 +0,0 @@ -@font-face { - font-family: 'simple-line-icons'; - src: url('https://github.com/fonts/Simple-Line-Icons.eot?v=2.4.0'); - src: url('https://github.com/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('https://github.com/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('https://github.com/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('https://github.com/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('https://github.com/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); - font-weight: normal; - font-style: normal; -} -/* - Use the following CSS code if you want to have a class per icon. - Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower: -*/ -.icon-user, -.icon-people, -.icon-user-female, -.icon-user-follow, -.icon-user-following, -.icon-user-unfollow, -.icon-login, -.icon-logout, -.icon-emotsmile, -.icon-phone, -.icon-call-end, -.icon-call-in, -.icon-call-out, -.icon-map, -.icon-location-pin, -.icon-direction, -.icon-directions, -.icon-compass, -.icon-layers, -.icon-menu, -.icon-list, -.icon-options-vertical, -.icon-options, -.icon-arrow-down, -.icon-arrow-left, -.icon-arrow-right, -.icon-arrow-up, -.icon-arrow-up-circle, -.icon-arrow-left-circle, -.icon-arrow-right-circle, -.icon-arrow-down-circle, -.icon-check, -.icon-clock, -.icon-plus, -.icon-minus, -.icon-close, -.icon-event, -.icon-exclamation, -.icon-organization, -.icon-trophy, -.icon-screen-smartphone, -.icon-screen-desktop, -.icon-plane, -.icon-notebook, -.icon-mustache, -.icon-mouse, -.icon-magnet, -.icon-energy, -.icon-disc, -.icon-cursor, -.icon-cursor-move, -.icon-crop, -.icon-chemistry, -.icon-speedometer, -.icon-shield, -.icon-screen-tablet, -.icon-magic-wand, -.icon-hourglass, -.icon-graduation, -.icon-ghost, -.icon-game-controller, -.icon-fire, -.icon-eyeglass, -.icon-envelope-open, -.icon-envelope-letter, -.icon-bell, -.icon-badge, -.icon-anchor, -.icon-wallet, -.icon-vector, -.icon-speech, -.icon-puzzle, -.icon-printer, -.icon-present, -.icon-playlist, -.icon-pin, -.icon-picture, -.icon-handbag, -.icon-globe-alt, -.icon-globe, -.icon-folder-alt, -.icon-folder, -.icon-film, -.icon-feed, -.icon-drop, -.icon-drawer, -.icon-docs, -.icon-doc, -.icon-diamond, -.icon-cup, -.icon-calculator, -.icon-bubbles, -.icon-briefcase, -.icon-book-open, -.icon-basket-loaded, -.icon-basket, -.icon-bag, -.icon-action-undo, -.icon-action-redo, -.icon-wrench, -.icon-umbrella, -.icon-trash, -.icon-tag, -.icon-support, -.icon-frame, -.icon-size-fullscreen, -.icon-size-actual, -.icon-shuffle, -.icon-share-alt, -.icon-share, -.icon-rocket, -.icon-question, -.icon-pie-chart, -.icon-pencil, -.icon-note, -.icon-loop, -.icon-home, -.icon-grid, -.icon-graph, -.icon-microphone, -.icon-music-tone-alt, -.icon-music-tone, -.icon-earphones-alt, -.icon-earphones, -.icon-equalizer, -.icon-like, -.icon-dislike, -.icon-control-start, -.icon-control-rewind, -.icon-control-play, -.icon-control-pause, -.icon-control-forward, -.icon-control-end, -.icon-volume-1, -.icon-volume-2, -.icon-volume-off, -.icon-calendar, -.icon-bulb, -.icon-chart, -.icon-ban, -.icon-bubble, -.icon-camrecorder, -.icon-camera, -.icon-cloud-download, -.icon-cloud-upload, -.icon-envelope, -.icon-eye, -.icon-flag, -.icon-heart, -.icon-info, -.icon-key, -.icon-link, -.icon-lock, -.icon-lock-open, -.icon-magnifier, -.icon-magnifier-add, -.icon-magnifier-remove, -.icon-paper-clip, -.icon-paper-plane, -.icon-power, -.icon-refresh, -.icon-reload, -.icon-settings, -.icon-star, -.icon-symbol-female, -.icon-symbol-male, -.icon-target, -.icon-credit-card, -.icon-paypal, -.icon-social-tumblr, -.icon-social-twitter, -.icon-social-facebook, -.icon-social-instagram, -.icon-social-linkedin, -.icon-social-pinterest, -.icon-social-github, -.icon-social-google, -.icon-social-reddit, -.icon-social-skype, -.icon-social-dribbble, -.icon-social-behance, -.icon-social-foursqare, -.icon-social-soundcloud, -.icon-social-spotify, -.icon-social-stumbleupon, -.icon-social-youtube, -.icon-social-dropbox, -.icon-social-vkontakte, -.icon-social-steam { - font-family: 'simple-line-icons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.icon-user:before { - content: "\e005"; -} -.icon-people:before { - content: "\e001"; -} -.icon-user-female:before { - content: "\e000"; -} -.icon-user-follow:before { - content: "\e002"; -} -.icon-user-following:before { - content: "\e003"; -} -.icon-user-unfollow:before { - content: "\e004"; -} -.icon-login:before { - content: "\e066"; -} -.icon-logout:before { - content: "\e065"; -} -.icon-emotsmile:before { - content: "\e021"; -} -.icon-phone:before { - content: "\e600"; -} -.icon-call-end:before { - content: "\e048"; -} -.icon-call-in:before { - content: "\e047"; -} -.icon-call-out:before { - content: "\e046"; -} -.icon-map:before { - content: "\e033"; -} -.icon-location-pin:before { - content: "\e096"; -} -.icon-direction:before { - content: "\e042"; -} -.icon-directions:before { - content: "\e041"; -} -.icon-compass:before { - content: "\e045"; -} -.icon-layers:before { - content: "\e034"; -} -.icon-menu:before { - content: "\e601"; -} -.icon-list:before { - content: "\e067"; -} -.icon-options-vertical:before { - content: "\e602"; -} -.icon-options:before { - content: "\e603"; -} -.icon-arrow-down:before { - content: "\e604"; -} -.icon-arrow-left:before { - content: "\e605"; -} -.icon-arrow-right:before { - content: "\e606"; -} -.icon-arrow-up:before { - content: "\e607"; -} -.icon-arrow-up-circle:before { - content: "\e078"; -} -.icon-arrow-left-circle:before { - content: "\e07a"; -} -.icon-arrow-right-circle:before { - content: "\e079"; -} -.icon-arrow-down-circle:before { - content: "\e07b"; -} -.icon-check:before { - content: "\e080"; -} -.icon-clock:before { - content: "\e081"; -} -.icon-plus:before { - content: "\e095"; -} -.icon-minus:before { - content: "\e615"; -} -.icon-close:before { - content: "\e082"; -} -.icon-event:before { - content: "\e619"; -} -.icon-exclamation:before { - content: "\e617"; -} -.icon-organization:before { - content: "\e616"; -} -.icon-trophy:before { - content: "\e006"; -} -.icon-screen-smartphone:before { - content: "\e010"; -} -.icon-screen-desktop:before { - content: "\e011"; -} -.icon-plane:before { - content: "\e012"; -} -.icon-notebook:before { - content: "\e013"; -} -.icon-mustache:before { - content: "\e014"; -} -.icon-mouse:before { - content: "\e015"; -} -.icon-magnet:before { - content: "\e016"; -} -.icon-energy:before { - content: "\e020"; -} -.icon-disc:before { - content: "\e022"; -} -.icon-cursor:before { - content: "\e06e"; -} -.icon-cursor-move:before { - content: "\e023"; -} -.icon-crop:before { - content: "\e024"; -} -.icon-chemistry:before { - content: "\e026"; -} -.icon-speedometer:before { - content: "\e007"; -} -.icon-shield:before { - content: "\e00e"; -} -.icon-screen-tablet:before { - content: "\e00f"; -} -.icon-magic-wand:before { - content: "\e017"; -} -.icon-hourglass:before { - content: "\e018"; -} -.icon-graduation:before { - content: "\e019"; -} -.icon-ghost:before { - content: "\e01a"; -} -.icon-game-controller:before { - content: "\e01b"; -} -.icon-fire:before { - content: "\e01c"; -} -.icon-eyeglass:before { - content: "\e01d"; -} -.icon-envelope-open:before { - content: "\e01e"; -} -.icon-envelope-letter:before { - content: "\e01f"; -} -.icon-bell:before { - content: "\e027"; -} -.icon-badge:before { - content: "\e028"; -} -.icon-anchor:before { - content: "\e029"; -} -.icon-wallet:before { - content: "\e02a"; -} -.icon-vector:before { - content: "\e02b"; -} -.icon-speech:before { - content: "\e02c"; -} -.icon-puzzle:before { - content: "\e02d"; -} -.icon-printer:before { - content: "\e02e"; -} -.icon-present:before { - content: "\e02f"; -} -.icon-playlist:before { - content: "\e030"; -} -.icon-pin:before { - content: "\e031"; -} -.icon-picture:before { - content: "\e032"; -} -.icon-handbag:before { - content: "\e035"; -} -.icon-globe-alt:before { - content: "\e036"; -} -.icon-globe:before { - content: "\e037"; -} -.icon-folder-alt:before { - content: "\e039"; -} -.icon-folder:before { - content: "\e089"; -} -.icon-film:before { - content: "\e03a"; -} -.icon-feed:before { - content: "\e03b"; -} -.icon-drop:before { - content: "\e03e"; -} -.icon-drawer:before { - content: "\e03f"; -} -.icon-docs:before { - content: "\e040"; -} -.icon-doc:before { - content: "\e085"; -} -.icon-diamond:before { - content: "\e043"; -} -.icon-cup:before { - content: "\e044"; -} -.icon-calculator:before { - content: "\e049"; -} -.icon-bubbles:before { - content: "\e04a"; -} -.icon-briefcase:before { - content: "\e04b"; -} -.icon-book-open:before { - content: "\e04c"; -} -.icon-basket-loaded:before { - content: "\e04d"; -} -.icon-basket:before { - content: "\e04e"; -} -.icon-bag:before { - content: "\e04f"; -} -.icon-action-undo:before { - content: "\e050"; -} -.icon-action-redo:before { - content: "\e051"; -} -.icon-wrench:before { - content: "\e052"; -} -.icon-umbrella:before { - content: "\e053"; -} -.icon-trash:before { - content: "\e054"; -} -.icon-tag:before { - content: "\e055"; -} -.icon-support:before { - content: "\e056"; -} -.icon-frame:before { - content: "\e038"; -} -.icon-size-fullscreen:before { - content: "\e057"; -} -.icon-size-actual:before { - content: "\e058"; -} -.icon-shuffle:before { - content: "\e059"; -} -.icon-share-alt:before { - content: "\e05a"; -} -.icon-share:before { - content: "\e05b"; -} -.icon-rocket:before { - content: "\e05c"; -} -.icon-question:before { - content: "\e05d"; -} -.icon-pie-chart:before { - content: "\e05e"; -} -.icon-pencil:before { - content: "\e05f"; -} -.icon-note:before { - content: "\e060"; -} -.icon-loop:before { - content: "\e064"; -} -.icon-home:before { - content: "\e069"; -} -.icon-grid:before { - content: "\e06a"; -} -.icon-graph:before { - content: "\e06b"; -} -.icon-microphone:before { - content: "\e063"; -} -.icon-music-tone-alt:before { - content: "\e061"; -} -.icon-music-tone:before { - content: "\e062"; -} -.icon-earphones-alt:before { - content: "\e03c"; -} -.icon-earphones:before { - content: "\e03d"; -} -.icon-equalizer:before { - content: "\e06c"; -} -.icon-like:before { - content: "\e068"; -} -.icon-dislike:before { - content: "\e06d"; -} -.icon-control-start:before { - content: "\e06f"; -} -.icon-control-rewind:before { - content: "\e070"; -} -.icon-control-play:before { - content: "\e071"; -} -.icon-control-pause:before { - content: "\e072"; -} -.icon-control-forward:before { - content: "\e073"; -} -.icon-control-end:before { - content: "\e074"; -} -.icon-volume-1:before { - content: "\e09f"; -} -.icon-volume-2:before { - content: "\e0a0"; -} -.icon-volume-off:before { - content: "\e0a1"; -} -.icon-calendar:before { - content: "\e075"; -} -.icon-bulb:before { - content: "\e076"; -} -.icon-chart:before { - content: "\e077"; -} -.icon-ban:before { - content: "\e07c"; -} -.icon-bubble:before { - content: "\e07d"; -} -.icon-camrecorder:before { - content: "\e07e"; -} -.icon-camera:before { - content: "\e07f"; -} -.icon-cloud-download:before { - content: "\e083"; -} -.icon-cloud-upload:before { - content: "\e084"; -} -.icon-envelope:before { - content: "\e086"; -} -.icon-eye:before { - content: "\e087"; -} -.icon-flag:before { - content: "\e088"; -} -.icon-heart:before { - content: "\e08a"; -} -.icon-info:before { - content: "\e08b"; -} -.icon-key:before { - content: "\e08c"; -} -.icon-link:before { - content: "\e08d"; -} -.icon-lock:before { - content: "\e08e"; -} -.icon-lock-open:before { - content: "\e08f"; -} -.icon-magnifier:before { - content: "\e090"; -} -.icon-magnifier-add:before { - content: "\e091"; -} -.icon-magnifier-remove:before { - content: "\e092"; -} -.icon-paper-clip:before { - content: "\e093"; -} -.icon-paper-plane:before { - content: "\e094"; -} -.icon-power:before { - content: "\e097"; -} -.icon-refresh:before { - content: "\e098"; -} -.icon-reload:before { - content: "\e099"; -} -.icon-settings:before { - content: "\e09a"; -} -.icon-star:before { - content: "\e09b"; -} -.icon-symbol-female:before { - content: "\e09c"; -} -.icon-symbol-male:before { - content: "\e09d"; -} -.icon-target:before { - content: "\e09e"; -} -.icon-credit-card:before { - content: "\e025"; -} -.icon-paypal:before { - content: "\e608"; -} -.icon-social-tumblr:before { - content: "\e00a"; -} -.icon-social-twitter:before { - content: "\e009"; -} -.icon-social-facebook:before { - content: "\e00b"; -} -.icon-social-instagram:before { - content: "\e609"; -} -.icon-social-linkedin:before { - content: "\e60a"; -} -.icon-social-pinterest:before { - content: "\e60b"; -} -.icon-social-github:before { - content: "\e60c"; -} -.icon-social-google:before { - content: "\e60d"; -} -.icon-social-reddit:before { - content: "\e60e"; -} -.icon-social-skype:before { - content: "\e60f"; -} -.icon-social-dribbble:before { - content: "\e00d"; -} -.icon-social-behance:before { - content: "\e610"; -} -.icon-social-foursqare:before { - content: "\e611"; -} -.icon-social-soundcloud:before { - content: "\e612"; -} -.icon-social-spotify:before { - content: "\e613"; -} -.icon-social-stumbleupon:before { - content: "\e614"; -} -.icon-social-youtube:before { - content: "\e008"; -} -.icon-social-dropbox:before { - content: "\e00c"; -} -.icon-social-vkontakte:before { - content: "\e618"; -} -.icon-social-steam:before { - content: "\e620"; -} diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/FontAwesome.otf b/Angular4_CLI_Full_Project/src/assets/fonts/FontAwesome.otf deleted file mode 100644 index 401ec0f36..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/FontAwesome.otf and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.eot b/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.eot deleted file mode 100644 index f0ca6e8cf..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.eot and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.svg b/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.svg deleted file mode 100644 index 4988524e0..000000000 --- a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.ttf b/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.ttf deleted file mode 100644 index 6ecb68683..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.ttf and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.woff b/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.woff deleted file mode 100644 index b17d69491..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.woff and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.woff2 b/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.woff2 deleted file mode 100644 index c49fccf51..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/Simple-Line-Icons.woff2 and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.eot b/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca95..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.svg b/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845e5..000000000 --- a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.ttf b/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2fa..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.woff b/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a4b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.woff2 b/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc604..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/favicon.png b/Angular4_CLI_Full_Project/src/assets/img/favicon.png deleted file mode 100644 index 7f62affe0..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/favicon.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/ASEAN.png b/Angular4_CLI_Full_Project/src/assets/img/flags/ASEAN.png deleted file mode 100755 index 1fb1b9184..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/ASEAN.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Afghanistan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Afghanistan.png deleted file mode 100755 index 2575b8a92..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Afghanistan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/African Union.png b/Angular4_CLI_Full_Project/src/assets/img/flags/African Union.png deleted file mode 100755 index 85b268ef4..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/African Union.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Albania.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Albania.png deleted file mode 100755 index 2e16c3b68..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Albania.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Algeria.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Algeria.png deleted file mode 100755 index 69477f04b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Algeria.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/American Samoa.png b/Angular4_CLI_Full_Project/src/assets/img/flags/American Samoa.png deleted file mode 100755 index b0d4cdc67..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/American Samoa.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Andorra.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Andorra.png deleted file mode 100755 index e753cd652..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Andorra.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Angola.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Angola.png deleted file mode 100755 index 97ae9630e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Angola.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Anguilla.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Anguilla.png deleted file mode 100755 index 7a6ac041f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Anguilla.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Antarctica.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Antarctica.png deleted file mode 100755 index a97b3552d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Antarctica.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Antigua & Barbuda.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Antigua & Barbuda.png deleted file mode 100755 index cfc157a57..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Antigua & Barbuda.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Arab League.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Arab League.png deleted file mode 100755 index 646a3f724..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Arab League.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Argentina.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Argentina.png deleted file mode 100755 index 62d15185b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Argentina.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Armenia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Armenia.png deleted file mode 100755 index f4f9baeae..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Armenia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Aruba.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Aruba.png deleted file mode 100755 index 0083ef62d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Aruba.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Australia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Australia.png deleted file mode 100755 index 893740458..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Australia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Austria.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Austria.png deleted file mode 100755 index fe66fef45..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Austria.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Azerbaijan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Azerbaijan.png deleted file mode 100755 index 1850abc9e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Azerbaijan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bahamas.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bahamas.png deleted file mode 100755 index 753fc830e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bahamas.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bahrain.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bahrain.png deleted file mode 100755 index c45c7b482..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bahrain.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bangladesh.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bangladesh.png deleted file mode 100755 index 8ef2443cb..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bangladesh.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Barbados.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Barbados.png deleted file mode 100755 index d440d410e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Barbados.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Belarus.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Belarus.png deleted file mode 100755 index ce75c73c7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Belarus.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Belgium.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Belgium.png deleted file mode 100755 index 1d3df4c5e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Belgium.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Belize.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Belize.png deleted file mode 100755 index 4a9aea027..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Belize.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Benin.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Benin.png deleted file mode 100755 index af460631b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Benin.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bermuda.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bermuda.png deleted file mode 100755 index 880d96531..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bermuda.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bhutan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bhutan.png deleted file mode 100755 index db0372ed3..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bhutan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bolivia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bolivia.png deleted file mode 100755 index a28f06094..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bolivia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bosnia & Herzegovina.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bosnia & Herzegovina.png deleted file mode 100755 index 806d05d2c..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bosnia & Herzegovina.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Botswana.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Botswana.png deleted file mode 100755 index 9a06843f2..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Botswana.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Brazil.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Brazil.png deleted file mode 100755 index 47a007f2d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Brazil.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Brunei.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Brunei.png deleted file mode 100755 index 650cca6d8..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Brunei.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Bulgaria.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Bulgaria.png deleted file mode 100755 index c13019287..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Bulgaria.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Burkina Faso.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Burkina Faso.png deleted file mode 100755 index 13ff13262..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Burkina Faso.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Burundi.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Burundi.png deleted file mode 100755 index 15e76aa27..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Burundi.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/CARICOM.png b/Angular4_CLI_Full_Project/src/assets/img/flags/CARICOM.png deleted file mode 100755 index 19dfeae34..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/CARICOM.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/CIS.png b/Angular4_CLI_Full_Project/src/assets/img/flags/CIS.png deleted file mode 100755 index 809c0261a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/CIS.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cambodja.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cambodja.png deleted file mode 100755 index 65b4c06e3..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cambodja.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cameroon.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cameroon.png deleted file mode 100755 index 32eccee5e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cameroon.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Canada.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Canada.png deleted file mode 100755 index bfff41403..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Canada.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cape Verde.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cape Verde.png deleted file mode 100755 index 103043c26..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cape Verde.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cayman Islands.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cayman Islands.png deleted file mode 100755 index f2a6b6c21..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cayman Islands.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Central African Republic.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Central African Republic.png deleted file mode 100755 index 3f0b50179..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Central African Republic.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Chad.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Chad.png deleted file mode 100755 index c74a4a4a6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Chad.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Chile.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Chile.png deleted file mode 100755 index 3e764627a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Chile.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/China.png b/Angular4_CLI_Full_Project/src/assets/img/flags/China.png deleted file mode 100755 index d0da5509b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/China.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Colombia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Colombia.png deleted file mode 100755 index da19e539e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Colombia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Commonwealth.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Commonwealth.png deleted file mode 100755 index aa0d8abb0..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Commonwealth.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Comoros.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Comoros.png deleted file mode 100755 index 051fc5ad1..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Comoros.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Congo-Brazzaville.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Congo-Brazzaville.png deleted file mode 100755 index f8c0b25e9..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Congo-Brazzaville.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Congo-Kinshasa(Zaire).png b/Angular4_CLI_Full_Project/src/assets/img/flags/Congo-Kinshasa(Zaire).png deleted file mode 100755 index be42ea091..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Congo-Kinshasa(Zaire).png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cook Islands.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cook Islands.png deleted file mode 100755 index 7c432c890..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cook Islands.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Costa Rica.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Costa Rica.png deleted file mode 100755 index 44a30739b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Costa Rica.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cote d'Ivoire.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cote d'Ivoire.png deleted file mode 100755 index 1fee82cae..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cote d'Ivoire.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Croatia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Croatia.png deleted file mode 100755 index 4cb4ea74c..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Croatia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cuba.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cuba.png deleted file mode 100755 index 4e3cf2993..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cuba.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Cyprus.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Cyprus.png deleted file mode 100755 index df22c0335..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Cyprus.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Czech Republic.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Czech Republic.png deleted file mode 100755 index 31f9ad9b1..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Czech Republic.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Denmark.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Denmark.png deleted file mode 100755 index 3f4dac36d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Denmark.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Djibouti.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Djibouti.png deleted file mode 100755 index 8f32f7483..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Djibouti.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Dominica.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Dominica.png deleted file mode 100755 index e70b1a452..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Dominica.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Dominican Republic.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Dominican Republic.png deleted file mode 100755 index ca2d40acc..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Dominican Republic.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Ecuador.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Ecuador.png deleted file mode 100755 index 4913cec5a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Ecuador.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Egypt.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Egypt.png deleted file mode 100755 index ee9fef081..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Egypt.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/El Salvador.png b/Angular4_CLI_Full_Project/src/assets/img/flags/El Salvador.png deleted file mode 100755 index adf8750b1..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/El Salvador.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/England.png b/Angular4_CLI_Full_Project/src/assets/img/flags/England.png deleted file mode 100755 index 22fb06b5a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/England.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Equatorial Guinea.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Equatorial Guinea.png deleted file mode 100755 index 13d3c92db..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Equatorial Guinea.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Eritrea.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Eritrea.png deleted file mode 100755 index 5f38c52a0..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Eritrea.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Estonia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Estonia.png deleted file mode 100755 index 3eadb299b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Estonia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Ethiopia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Ethiopia.png deleted file mode 100755 index b29191fcd..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Ethiopia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/European Union.png b/Angular4_CLI_Full_Project/src/assets/img/flags/European Union.png deleted file mode 100755 index 18c86daf8..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/European Union.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Faroes.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Faroes.png deleted file mode 100755 index 1bfb68e86..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Faroes.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Fiji.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Fiji.png deleted file mode 100755 index d96b232e0..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Fiji.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Finland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Finland.png deleted file mode 100755 index 97d47a9fe..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Finland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/France.png b/Angular4_CLI_Full_Project/src/assets/img/flags/France.png deleted file mode 100755 index 12318d45d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/France.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Gabon.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Gabon.png deleted file mode 100755 index bb1f634c7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Gabon.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Gambia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Gambia.png deleted file mode 100755 index e4bee6cea..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Gambia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Georgia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Georgia.png deleted file mode 100755 index fb293a0b7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Georgia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Germany.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Germany.png deleted file mode 100755 index 77e9338ba..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Germany.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Ghana.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Ghana.png deleted file mode 100755 index 16ddfb4f6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Ghana.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Gibraltar.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Gibraltar.png deleted file mode 100755 index 3d3b66dcb..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Gibraltar.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Greece.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Greece.png deleted file mode 100755 index b00fd5a7e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Greece.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Greenland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Greenland.png deleted file mode 100755 index 8dc87f4de..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Greenland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Grenada.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Grenada.png deleted file mode 100755 index 26be61eed..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Grenada.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guadeloupe.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guadeloupe.png deleted file mode 100755 index 53dca174f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guadeloupe.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guam.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guam.png deleted file mode 100755 index f1d6b7a48..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guam.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guatemala.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guatemala.png deleted file mode 100755 index e5580e93d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guatemala.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guernsey.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guernsey.png deleted file mode 100755 index 0514cc9e4..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guernsey.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guinea-Bissau.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guinea-Bissau.png deleted file mode 100755 index d097a2897..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guinea-Bissau.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guinea.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guinea.png deleted file mode 100755 index f71c621ff..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guinea.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Guyana.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Guyana.png deleted file mode 100755 index 76eabd9ca..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Guyana.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Haiti.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Haiti.png deleted file mode 100755 index 325cef0cc..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Haiti.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Honduras.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Honduras.png deleted file mode 100755 index 1f327f1b5..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Honduras.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Hong Kong.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Hong Kong.png deleted file mode 100755 index 46208e0d5..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Hong Kong.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Hungary.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Hungary.png deleted file mode 100755 index af757c6c6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Hungary.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Iceland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Iceland.png deleted file mode 100755 index 33d68ddfb..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Iceland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/India.png b/Angular4_CLI_Full_Project/src/assets/img/flags/India.png deleted file mode 100755 index e0a8865f0..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/India.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Indonezia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Indonezia.png deleted file mode 100755 index ed42d1f98..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Indonezia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Iran.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Iran.png deleted file mode 100755 index 70da4fcd2..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Iran.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Iraq.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Iraq.png deleted file mode 100755 index cdd0c4fef..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Iraq.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Ireland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Ireland.png deleted file mode 100755 index 74219ab83..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Ireland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Islamic Conference.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Islamic Conference.png deleted file mode 100755 index cc4aa3b36..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Islamic Conference.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Isle of Man.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Isle of Man.png deleted file mode 100755 index 9478023cc..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Isle of Man.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Israel.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Israel.png deleted file mode 100755 index 3ba7553d3..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Israel.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Italy.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Italy.png deleted file mode 100755 index c31017efa..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Italy.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Jamaica.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Jamaica.png deleted file mode 100755 index e79cf2a89..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Jamaica.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Japan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Japan.png deleted file mode 100755 index 29c45d586..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Japan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Jersey.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Jersey.png deleted file mode 100755 index b8f5ba6c7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Jersey.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Jordan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Jordan.png deleted file mode 100755 index b627a5c9f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Jordan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Kazakhstan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Kazakhstan.png deleted file mode 100755 index 8980ad96e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Kazakhstan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Kenya.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Kenya.png deleted file mode 100755 index e3d7f12d7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Kenya.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Kiribati.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Kiribati.png deleted file mode 100755 index 5d286d257..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Kiribati.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Kosovo.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Kosovo.png deleted file mode 100755 index 1d4628640..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Kosovo.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Kuwait.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Kuwait.png deleted file mode 100755 index 8d7adb1a6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Kuwait.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Kyrgyzstan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Kyrgyzstan.png deleted file mode 100755 index cf2d885fe..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Kyrgyzstan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Laos.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Laos.png deleted file mode 100755 index f3b23092a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Laos.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Latvia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Latvia.png deleted file mode 100755 index 6ace36d12..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Latvia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Lebanon.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Lebanon.png deleted file mode 100755 index 854717e9a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Lebanon.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Lesotho.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Lesotho.png deleted file mode 100755 index 9af5c4a17..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Lesotho.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Liberia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Liberia.png deleted file mode 100755 index cadfec1df..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Liberia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Libya.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Libya.png deleted file mode 100755 index 8176ad522..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Libya.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Liechtenshein.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Liechtenshein.png deleted file mode 100755 index 4661f3dd6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Liechtenshein.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Lithuania.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Lithuania.png deleted file mode 100755 index 875dd3f90..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Lithuania.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Luxembourg.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Luxembourg.png deleted file mode 100755 index cef746a46..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Luxembourg.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Macao.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Macao.png deleted file mode 100755 index e413fa5ad..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Macao.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Macedonia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Macedonia.png deleted file mode 100755 index 0bc91513d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Macedonia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Madagascar.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Madagascar.png deleted file mode 100755 index 31e6d84ce..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Madagascar.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Malawi.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Malawi.png deleted file mode 100755 index b96d0ad28..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Malawi.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Malaysia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Malaysia.png deleted file mode 100755 index 92686c29e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Malaysia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Maldives.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Maldives.png deleted file mode 100755 index 92472ec8d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Maldives.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Mali.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Mali.png deleted file mode 100755 index 189bff7f8..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Mali.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Malta.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Malta.png deleted file mode 100755 index a93f9eefc..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Malta.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Marshall Islands.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Marshall Islands.png deleted file mode 100755 index 1d158692f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Marshall Islands.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Martinique.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Martinique.png deleted file mode 100755 index f2b7be412..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Martinique.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Mauritania.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Mauritania.png deleted file mode 100755 index fcf1b44bc..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Mauritania.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Mauritius.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Mauritius.png deleted file mode 100755 index e4c0b7d8a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Mauritius.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Mexico.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Mexico.png deleted file mode 100755 index f0557d0d2..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Mexico.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Micronesia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Micronesia.png deleted file mode 100755 index 02cf42457..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Micronesia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Moldova.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Moldova.png deleted file mode 100755 index 344855ae4..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Moldova.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Monaco.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Monaco.png deleted file mode 100755 index bda53b1d4..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Monaco.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Mongolia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Mongolia.png deleted file mode 100755 index 83b75425d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Mongolia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Montenegro.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Montenegro.png deleted file mode 100755 index 514291844..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Montenegro.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Montserrat.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Montserrat.png deleted file mode 100755 index a799545d7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Montserrat.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Morocco.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Morocco.png deleted file mode 100755 index c1bb97073..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Morocco.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Mozambique.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Mozambique.png deleted file mode 100755 index 07c0a8a94..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Mozambique.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Myanmar(Burma).png b/Angular4_CLI_Full_Project/src/assets/img/flags/Myanmar(Burma).png deleted file mode 100755 index 2deafe189..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Myanmar(Burma).png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/NATO.png b/Angular4_CLI_Full_Project/src/assets/img/flags/NATO.png deleted file mode 100755 index d651f063a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/NATO.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Namibia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Namibia.png deleted file mode 100755 index 9d14ed358..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Namibia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Nauru.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Nauru.png deleted file mode 100755 index f763397ce..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Nauru.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Nepal.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Nepal.png deleted file mode 100755 index f011adc43..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Nepal.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Netherlands Antilles.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Netherlands Antilles.png deleted file mode 100755 index e4f171fd0..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Netherlands Antilles.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Netherlands.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Netherlands.png deleted file mode 100755 index d5ea76870..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Netherlands.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/New Caledonia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/New Caledonia.png deleted file mode 100755 index dc3e9e100..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/New Caledonia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/New Zealand.png b/Angular4_CLI_Full_Project/src/assets/img/flags/New Zealand.png deleted file mode 100755 index ef474ad14..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/New Zealand.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Nicaragua.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Nicaragua.png deleted file mode 100755 index ad8ab4403..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Nicaragua.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Niger.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Niger.png deleted file mode 100755 index 06a7c0892..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Niger.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Nigeria.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Nigeria.png deleted file mode 100755 index 899e0be6b..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Nigeria.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/North Korea.png b/Angular4_CLI_Full_Project/src/assets/img/flags/North Korea.png deleted file mode 100755 index f51a2bf8f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/North Korea.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Northern Cyprus.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Northern Cyprus.png deleted file mode 100755 index cb346570d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Northern Cyprus.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Northern Ireland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Northern Ireland.png deleted file mode 100755 index c0eafdf3c..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Northern Ireland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Norway.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Norway.png deleted file mode 100755 index 2b03236fc..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Norway.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/OPEC.png b/Angular4_CLI_Full_Project/src/assets/img/flags/OPEC.png deleted file mode 100755 index 5d9c242c6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/OPEC.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Olimpic Movement.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Olimpic Movement.png deleted file mode 100755 index 71d97aefb..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Olimpic Movement.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Oman.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Oman.png deleted file mode 100755 index 111b1149a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Oman.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Pakistan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Pakistan.png deleted file mode 100755 index 1630f5519..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Pakistan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Palau.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Palau.png deleted file mode 100755 index 21a45c4c4..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Palau.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Palestine.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Palestine.png deleted file mode 100755 index 6f654e311..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Palestine.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Panama.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Panama.png deleted file mode 100755 index e39849d7f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Panama.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Papua New Guinea.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Papua New Guinea.png deleted file mode 100755 index 7b0d0eec4..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Papua New Guinea.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Paraguay.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Paraguay.png deleted file mode 100755 index d8cc505ac..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Paraguay.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Peru.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Peru.png deleted file mode 100755 index f971a354e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Peru.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Philippines.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Philippines.png deleted file mode 100755 index d025d4d58..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Philippines.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Poland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Poland.png deleted file mode 100755 index 7a7180464..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Poland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Portugal.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Portugal.png deleted file mode 100755 index 5b3907313..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Portugal.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Puerto Rico.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Puerto Rico.png deleted file mode 100755 index 146ca81ee..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Puerto Rico.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Qatar.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Qatar.png deleted file mode 100755 index 1dd118308..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Qatar.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Red Cross.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Red Cross.png deleted file mode 100755 index fd7996724..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Red Cross.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Reunion.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Reunion.png deleted file mode 100755 index 8087909f2..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Reunion.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Romania.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Romania.png deleted file mode 100755 index b8cdad8bf..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Romania.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Russia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Russia.png deleted file mode 100755 index a5b952854..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Russia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Rwanda.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Rwanda.png deleted file mode 100755 index f6f516354..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Rwanda.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Saint Lucia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Saint Lucia.png deleted file mode 100755 index 987e1f0fa..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Saint Lucia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Samoa.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Samoa.png deleted file mode 100755 index e671ebb63..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Samoa.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/San Marino.png b/Angular4_CLI_Full_Project/src/assets/img/flags/San Marino.png deleted file mode 100755 index 92bd72b6f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/San Marino.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Sao Tome & Principe.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Sao Tome & Principe.png deleted file mode 100755 index b5187c6a6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Sao Tome & Principe.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Saudi Arabia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Saudi Arabia.png deleted file mode 100755 index 9630e83d5..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Saudi Arabia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Scotland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Scotland.png deleted file mode 100755 index 4ac5281d7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Scotland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Senegal.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Senegal.png deleted file mode 100755 index 13c936532..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Senegal.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Serbia(Yugoslavia).png b/Angular4_CLI_Full_Project/src/assets/img/flags/Serbia(Yugoslavia).png deleted file mode 100755 index b2afcf5d2..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Serbia(Yugoslavia).png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Seychelles.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Seychelles.png deleted file mode 100755 index de605e600..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Seychelles.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Sierra Leone.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Sierra Leone.png deleted file mode 100755 index 47b26eb5d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Sierra Leone.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Singapore.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Singapore.png deleted file mode 100755 index 4b887853c..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Singapore.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Slovakia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Slovakia.png deleted file mode 100755 index 418c7869a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Slovakia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Slovenia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Slovenia.png deleted file mode 100755 index cfa83b547..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Slovenia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Solomon Islands.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Solomon Islands.png deleted file mode 100755 index f1ffebb30..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Solomon Islands.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Somalia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Somalia.png deleted file mode 100755 index 6a02c72c7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Somalia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Somaliland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Somaliland.png deleted file mode 100755 index d44f58092..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Somaliland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/South Africa.png b/Angular4_CLI_Full_Project/src/assets/img/flags/South Africa.png deleted file mode 100755 index d1920decd..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/South Africa.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/South Korea.png b/Angular4_CLI_Full_Project/src/assets/img/flags/South Korea.png deleted file mode 100755 index 13e27e11d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/South Korea.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Spain.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Spain.png deleted file mode 100755 index 38b66bc4a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Spain.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Sri Lanka.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Sri Lanka.png deleted file mode 100755 index 2a7d92597..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Sri Lanka.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/St Kitts & Nevis.png b/Angular4_CLI_Full_Project/src/assets/img/flags/St Kitts & Nevis.png deleted file mode 100755 index 75f3ed291..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/St Kitts & Nevis.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/St Vincent & the Grenadines.png b/Angular4_CLI_Full_Project/src/assets/img/flags/St Vincent & the Grenadines.png deleted file mode 100755 index e63336016..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/St Vincent & the Grenadines.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Sudan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Sudan.png deleted file mode 100755 index 3a3798521..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Sudan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Suriname.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Suriname.png deleted file mode 100755 index cb4a87ac2..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Suriname.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Swaziland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Swaziland.png deleted file mode 100755 index 3585ac097..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Swaziland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Sweden.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Sweden.png deleted file mode 100755 index 2c9bd9dbf..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Sweden.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Switzerland.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Switzerland.png deleted file mode 100755 index 223154d7e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Switzerland.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Syria.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Syria.png deleted file mode 100755 index 0584c20db..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Syria.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Tahiti(French Polinesia).png b/Angular4_CLI_Full_Project/src/assets/img/flags/Tahiti(French Polinesia).png deleted file mode 100755 index cbc56d0a5..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Tahiti(French Polinesia).png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Taiwan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Taiwan.png deleted file mode 100755 index 956d85343..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Taiwan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Tajikistan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Tajikistan.png deleted file mode 100755 index 09a79072e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Tajikistan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Tanzania.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Tanzania.png deleted file mode 100755 index f0e1f3957..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Tanzania.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Thailand.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Thailand.png deleted file mode 100755 index 8f3b5e718..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Thailand.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Timor-Leste.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Timor-Leste.png deleted file mode 100755 index 296fba0d3..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Timor-Leste.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Togo.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Togo.png deleted file mode 100755 index 5a100b15d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Togo.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Tonga.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Tonga.png deleted file mode 100755 index f62ba374a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Tonga.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Trinidad & Tobago.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Trinidad & Tobago.png deleted file mode 100755 index cf8566036..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Trinidad & Tobago.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Tunisia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Tunisia.png deleted file mode 100755 index d867a5ef6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Tunisia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Turkey.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Turkey.png deleted file mode 100755 index 0398e54dd..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Turkey.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Turkmenistan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Turkmenistan.png deleted file mode 100755 index e3c50edd6..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Turkmenistan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Turks and Caicos Islands.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Turks and Caicos Islands.png deleted file mode 100755 index fc66ef017..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Turks and Caicos Islands.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Tuvalu.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Tuvalu.png deleted file mode 100755 index 3a403a619..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Tuvalu.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/USA.png b/Angular4_CLI_Full_Project/src/assets/img/flags/USA.png deleted file mode 100755 index 48c448fc9..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/USA.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Uganda.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Uganda.png deleted file mode 100755 index 744d39d9a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Uganda.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Ukraine.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Ukraine.png deleted file mode 100755 index 78e4945cf..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Ukraine.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/United Arab Emirates.png b/Angular4_CLI_Full_Project/src/assets/img/flags/United Arab Emirates.png deleted file mode 100755 index 11613758f..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/United Arab Emirates.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/United Nations.png b/Angular4_CLI_Full_Project/src/assets/img/flags/United Nations.png deleted file mode 100755 index 6b5f6397a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/United Nations.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/United-Kingdom.png b/Angular4_CLI_Full_Project/src/assets/img/flags/United-Kingdom.png deleted file mode 100755 index 3853f5e19..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/United-Kingdom.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Uruguay.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Uruguay.png deleted file mode 100755 index 0eddedc9c..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Uruguay.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Uzbekistan.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Uzbekistan.png deleted file mode 100755 index 97ade3f2c..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Uzbekistan.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Vanutau.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Vanutau.png deleted file mode 100755 index ff6cbeff8..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Vanutau.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Vatican City.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Vatican City.png deleted file mode 100755 index c344e8b6a..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Vatican City.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Venezuela.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Venezuela.png deleted file mode 100755 index 8ba69c4f9..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Venezuela.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Viet Nam.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Viet Nam.png deleted file mode 100755 index c9368df09..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Viet Nam.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Virgin Islands British.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Virgin Islands British.png deleted file mode 100755 index eb22e44f5..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Virgin Islands British.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Virgin Islands US.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Virgin Islands US.png deleted file mode 100755 index 13be8077d..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Virgin Islands US.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Wales.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Wales.png deleted file mode 100755 index 3c493454e..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Wales.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Western Sahara.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Western Sahara.png deleted file mode 100755 index 5eb501c87..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Western Sahara.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Yemen.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Yemen.png deleted file mode 100755 index 987a212db..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Yemen.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Zambia.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Zambia.png deleted file mode 100755 index 639c3ace7..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Zambia.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/flags/Zimbabwe.png b/Angular4_CLI_Full_Project/src/assets/img/flags/Zimbabwe.png deleted file mode 100755 index 39106df61..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/flags/Zimbabwe.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/assets/img/logo.png b/Angular4_CLI_Full_Project/src/assets/img/logo.png deleted file mode 100644 index 98a194634..000000000 Binary files a/Angular4_CLI_Full_Project/src/assets/img/logo.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/environments/environment.ts b/Angular4_CLI_Full_Project/src/environments/environment.ts deleted file mode 100644 index 00313f166..000000000 --- a/Angular4_CLI_Full_Project/src/environments/environment.ts +++ /dev/null @@ -1,8 +0,0 @@ -// The file contents for the current environment will overwrite these during build. -// The build system defaults to the dev environment which uses `environment.ts`, but if you do -// `ng build --env=prod` then `environment.prod.ts` will be used instead. -// The list of which env maps to which file can be found in `angular-cli.json`. - -export const environment = { - production: false -}; diff --git a/Angular4_CLI_Full_Project/src/favicon.ico b/Angular4_CLI_Full_Project/src/favicon.ico deleted file mode 100644 index 8081c7cea..000000000 Binary files a/Angular4_CLI_Full_Project/src/favicon.ico and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/img/favicon.png b/Angular4_CLI_Full_Project/src/img/favicon.png deleted file mode 100644 index 7f62affe0..000000000 Binary files a/Angular4_CLI_Full_Project/src/img/favicon.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/img/logo.png b/Angular4_CLI_Full_Project/src/img/logo.png deleted file mode 100644 index 98a194634..000000000 Binary files a/Angular4_CLI_Full_Project/src/img/logo.png and /dev/null differ diff --git a/Angular4_CLI_Full_Project/src/index.html b/Angular4_CLI_Full_Project/src/index.html deleted file mode 100644 index 21df06975..000000000 --- a/Angular4_CLI_Full_Project/src/index.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - CoreUI - Open Source Bootstrap Admin Template - - - - - - - - - - - - - - - - - diff --git a/Angular4_CLI_Full_Project/src/polyfills.ts b/Angular4_CLI_Full_Project/src/polyfills.ts deleted file mode 100644 index 41d3b9645..000000000 --- a/Angular4_CLI_Full_Project/src/polyfills.ts +++ /dev/null @@ -1,69 +0,0 @@ -/** - * This file includes polyfills needed by Angular and is loaded before the app. - * You can add your own extra polyfills to this file. - * - * This file is divided into 2 sections: - * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. - * 2. Application imports. Files imported after ZoneJS that should be loaded before your main - * file. - * - * The current setup is for so-called "evergreen" browsers; the last versions of browsers that - * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), - * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. - * - * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html - */ - -/*************************************************************************************************** - * BROWSER POLYFILLS - */ - -/** IE9, IE10 and IE11 requires all of the following polyfills. **/ -import 'core-js/es6/symbol'; -import 'core-js/es6/object'; -import 'core-js/es6/function'; -import 'core-js/es6/parse-int'; -import 'core-js/es6/parse-float'; -import 'core-js/es6/number'; -import 'core-js/es6/math'; -import 'core-js/es6/string'; -import 'core-js/es6/date'; -import 'core-js/es6/array'; -import 'core-js/es6/regexp'; -import 'core-js/es6/map'; -import 'core-js/es6/set'; -import 'core-js/es6/reflect'; - -/** IE10 and IE11 requires the following for NgClass support on SVG elements */ -// import 'classlist.js'; // Run `npm install --save classlist.js`. - -/** IE10 and IE11 requires the following to support `@angular/animation`. */ -// import 'web-animations-js'; // Run `npm install --save web-animations-js`. - - -/** Evergreen browsers require these. **/ -import 'core-js/es6/reflect'; -import 'core-js/es7/reflect'; - - -/** ALL Firefox browsers require the following to support `@angular/animation`. **/ -// import 'web-animations-js'; // Run `npm install --save web-animations-js`. - - - -/*************************************************************************************************** - * Zone JS is required by Angular itself. - */ -import 'zone.js/dist/zone'; // Included with Angular CLI. - - - -/*************************************************************************************************** - * APPLICATION IMPORTS - */ - -/** - * Date, currency, decimal and percent pipes. - * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10 - */ -// import 'intl'; // Run `npm install --save intl`. diff --git a/Angular4_CLI_Full_Project/src/scss/_bootstrap-variables.scss b/Angular4_CLI_Full_Project/src/scss/_bootstrap-variables.scss deleted file mode 100644 index d05c98744..000000000 --- a/Angular4_CLI_Full_Project/src/scss/_bootstrap-variables.scss +++ /dev/null @@ -1,108 +0,0 @@ -// Bootstrap overrides - -// -// Color system -// - -$white: #fff; -$gray-100: #f0f3f5; -$gray-200: #c2cfd6; -$gray-300: #a4b7c1; -$gray-400: #869fac; -$gray-500: #678898; -$gray-600: #536c79; -$gray-700: #3e515b; -$gray-800: #29363d; -$gray-900: #151b1e; -$black: #000 !default; - -$blue: #20a8d8; -$indigo: #6610f2 !default; -$purple: #6f42c1 !default; -$pink: #e83e8c !default; -$red: #f86c6b; -$orange: #f8cb00; -$yellow: #ffc107 !default; -$green: #4dbd74; -$teal: #20c997 !default; -$cyan: #63c2de; - -$colors: ( - blue: $blue, - indigo: $indigo, - purple: $purple, - pink: $pink, - red: $red, - orange: $orange, - yellow: $yellow, - green: $green, - teal: $teal, - cyan: $cyan, - white: $white, - gray: $gray-600, - gray-dark: $gray-800 -); - -$theme-colors: ( - primary: $blue, - secondary: $gray-300, - success: $green, - info: $cyan, - warning: $yellow, - danger: $red, - light: $gray-100, - dark: $gray-800 -); - -// Options -// -// Quickly modify global styling by enabling or disabling optional features. - -$enable-transitions: true; -$enable-rounded: false; - -// Body -// -// Settings for the `` element. - -$body-bg: #e4e5e6; - -// Typography -// -// Font, line-height, and color for body text, headings, and more. - -$font-size-base: 0.875rem; - -// Breadcrumbs - -$breadcrumb-bg: #fff; - -// Cards - -$card-border-color: $gray-200; -$card-cap-bg: $gray-100; - -// Dropdowns - -$dropdown-padding-y: 0; -$dropdown-border-color: $gray-200; -$dropdown-divider-bg: $gray-100; - -// Buttons - -$btn-secondary-border: $gray-300; - -// Progress bars - -$progress-bg: $gray-100; - -// Tables - -$table-bg-accent: $gray-100; -$table-bg-hover: $gray-100; - -// Forms - -$input-group-addon-bg: $gray-100; -$input-border-color: $gray-200; -$input-group-addon-border-color: $gray-200; diff --git a/Angular4_CLI_Full_Project/src/scss/_core-variables.scss b/Angular4_CLI_Full_Project/src/scss/_core-variables.scss deleted file mode 100644 index 906e13ac3..000000000 --- a/Angular4_CLI_Full_Project/src/scss/_core-variables.scss +++ /dev/null @@ -1 +0,0 @@ -// core overrides diff --git a/Angular4_CLI_Full_Project/src/scss/bootstrap/_alert.scss b/Angular4_CLI_Full_Project/src/scss/bootstrap/_alert.scss deleted file mode 100755 index 3dfd13f56..000000000 --- a/Angular4_CLI_Full_Project/src/scss/bootstrap/_alert.scss +++ /dev/null @@ -1,48 +0,0 @@ -// -// Base styles -// - -.alert { - padding: $alert-padding-y $alert-padding-x; - margin-bottom: $alert-margin-bottom; - border: $alert-border-width solid transparent; - @include border-radius($alert-border-radius); -} - -// Headings for larger alerts -.alert-heading { - // Specified to prevent conflicts of changing $headings-color - color: inherit; -} - -// Provide class for links that match alerts -.alert-link { - font-weight: $alert-link-font-weight; -} - - -// Dismissible alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissible { - // Adjust close link position - .close { - position: relative; - top: -$alert-padding-y; - right: -$alert-padding-x; - padding: $alert-padding-y $alert-padding-x; - color: inherit; - } -} - - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -@each $color, $value in $theme-colors { - .alert-#{$color} { - @include alert-variant(theme-color-level($color, -10), theme-color-level($color, -9), theme-color-level($color, 6)); - } -} diff --git a/Angular4_CLI_Full_Project/src/scss/bootstrap/_badge.scss b/Angular4_CLI_Full_Project/src/scss/bootstrap/_badge.scss deleted file mode 100755 index 8a7626344..000000000 --- a/Angular4_CLI_Full_Project/src/scss/bootstrap/_badge.scss +++ /dev/null @@ -1,48 +0,0 @@ -// Base class -// -// Requires one of the contextual, color modifier classes for `color` and -// `background-color`. - -.badge { - display: inline-block; - padding: $badge-padding-y $badge-padding-x; - font-size: $badge-font-size; - font-weight: $badge-font-weight; - line-height: 1; - color: $badge-color; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - @include border-radius(); - - // Empty badges collapse automatically - &:empty { - display: none; - } -} - -// Quick fix for badges in buttons -.btn .badge { - position: relative; - top: -1px; -} - -// Pill badges -// -// Make them extra rounded with a modifier to replace v3's badges. - -.badge-pill { - padding-right: $badge-pill-padding-x; - padding-left: $badge-pill-padding-x; - @include border-radius($badge-pill-border-radius); -} - -// Colors -// -// Contextual variations (linked badges get darker on :hover). - -@each $color, $value in $theme-colors { - .badge-#{$color} { - @include badge-variant($value); - } -} diff --git a/Angular4_CLI_Full_Project/src/scss/bootstrap/_breadcrumb.scss b/Angular4_CLI_Full_Project/src/scss/bootstrap/_breadcrumb.scss deleted file mode 100755 index 2bc0e2086..000000000 --- a/Angular4_CLI_Full_Project/src/scss/bootstrap/_breadcrumb.scss +++ /dev/null @@ -1,38 +0,0 @@ -.breadcrumb { - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: 1rem; - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($border-radius); - @include clearfix; -} - -.breadcrumb-item { - float: left; - - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - padding-left: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: "#{$breadcrumb-divider}"; - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without `