Skip to content

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.