Skip to content

Commit

Permalink
style(layout): flex integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Mar 22, 2017
1 parent 3b14b6f commit 47ea4dd
Show file tree
Hide file tree
Showing 99 changed files with 976 additions and 568 deletions.
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 akveo.com
Copyright (c) 2017 Akveo.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions demo/e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { NgaDemoPage } from './app.po';

describe('nga-demo App', () => {
Expand Down
5 changes: 5 additions & 0 deletions demo/e2e/app.po.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { browser, element, by } from 'protractor';

export class NgaDemoPage {
Expand Down
22 changes: 11 additions & 11 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
},
"private": true,
"dependencies": {
"@angular/common": "2.4.9",
"@angular/compiler": "2.4.9",
"@angular/core": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/http": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/router": "3.4.9",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.20",
"@angular/common": "2.4.10",
"@angular/compiler": "2.4.10",
"@angular/core": "2.4.10",
"@angular/forms": "2.4.10",
"@angular/http": "2.4.10",
"@angular/platform-browser": "2.4.10",
"@angular/platform-browser-dynamic": "2.4.10",
"@angular/router": "3.4.10",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.21",
"bootstrap": "4.0.0-alpha.6",
"core-js": "2.4.1",
"rxjs": "5.1.1",
"tether": "1.4.0",
"zone.js": "0.7.7"
},
"devDependencies": {
"@angular/cli": "1.0.0-rc.2",
"@angular/compiler-cli": "2.4.9",
"@angular/cli": "1.0.0-rc.4",
"@angular/compiler-cli": "2.4.10",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.63",
"codelyzer": "2.0.1",
Expand Down
5 changes: 5 additions & 0 deletions demo/src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
5 changes: 5 additions & 0 deletions demo/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { TestBed, async } from '@angular/core/testing';

import { AppComponent } from './app.component';
Expand Down
5 changes: 5 additions & 0 deletions demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { Component } from '@angular/core';

@Component({
Expand Down
5 changes: 5 additions & 0 deletions demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
Expand Down
5 changes: 5 additions & 0 deletions demo/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
export const environment = {
production: true,
};
5 changes: 5 additions & 0 deletions demo/src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
// 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.
Expand Down
5 changes: 5 additions & 0 deletions demo/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

Expand Down
5 changes: 5 additions & 0 deletions demo/src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
/**
* This file includes polyfills needed by Angular and is loaded before the app.
* You can add your own extra polyfills to this file.
Expand Down
5 changes: 5 additions & 0 deletions demo/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
/* You can add global styles to this file, and also import other style files */
5 changes: 5 additions & 0 deletions demo/src/test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
// This file is required by karma.conf.js and loads recursively all the .spec and framework files

import 'zone.js/dist/long-stack-trace-zone';
Expand Down
5 changes: 5 additions & 0 deletions demo/src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
/* SystemJS module definition */
declare var module: {
id: string;
Expand Down
Loading

0 comments on commit 47ea4dd

Please sign in to comment.