Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update #34

Merged
merged 85 commits into from
Feb 22, 2017
Merged

Feature/update #34

merged 85 commits into from
Feb 22, 2017

Conversation

vyakymenko
Copy link
Owner

Update v. 2.1.4

mgechev and others added 30 commits December 31, 2016 20:14
regenerate yarn.lock - fixes #1757
Fixing issue with protractor, moving up to vrsion 4.0.14
fix(build): add manual typings for aot
TS2304 errors are occurring during the e2e.ci task:

    src/e2e/specs/about.component.e2e-spec.ts(4,18): error TS2304: Cannot find name 'browser'.
    ...

The webstorm editor also shows import error warnings, which can be
distracting.

This may be because @types/protractor was removed. The 'protractor'
module now contains the necessary typings.

Adding an import statement silenced the webstorm editor warnings as
well as the TS2304 warnings that occurred during e2e.ci execution.
Add protractor import statements to e2e specs
Correcting PROJECT_ROOT and APP_SRC references for optional debugging with Webstorm/IntelliJ
feat: zone.js long stack traces for dev
mgechev and others added 24 commits February 9, 2017 10:27
Feature: added ability to change css bundle name in project.config.ts
…d in other property objects of SeedConfig with ProjectConfig

 - renamed CSS_PROD_BUNDLE to CSS_BUNDLE_NAME;
 - changed method of adding proxy middlewar;
Fix: issue of not overridable PORT or any other property in ProjectConfig
Missing comma in the package.json
Add exampte of integration with custom html template
flexbox layout for height:100% fix
* 'master' of https://github.com/mgechev/angular-seed:
  Removed extra CommonModule import which is already being imported by SharedModule.
Merge branch 'master' of https://github.com/mgechev/angular-seed into feature/update

# Conflicts:
#	README.md
#	package.json
#	src/client/app/shared/name-list/name-list.service.ts
#	tools/config/project.config.ts
#	tools/tasks/seed/e2e.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.