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

observable combining #36

Closed
2 tasks done
fulls1z3 opened this issue Apr 6, 2017 · 0 comments
Closed
2 tasks done

observable combining #36

fulls1z3 opened this issue Apr 6, 2017 · 0 comments
Assignees
Labels

Comments

@fulls1z3
Copy link
Owner

fulls1z3 commented Apr 6, 2017

I'm submitting a ... (check one with "x")

[X] bug report => check the README and search github for a similar issue or PR before submitting
[ ] support request => check the README and search github for a similar issue or PR before submitting
[ ] feature request

Current behavior
The method getTitleWithPositioning combines the default/actual title together the application name on the client platform. However, combined values do not appear on the HTML source (server platform).

Expected/desired behavior
Same combination must appear both on server and the client platforms. The following steps will maintain the desired functionality:

  • Combine observables with nested subscriptions (for server platform)
  • Rewrite getTitleWithPositioning

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  • Angular version: 2.0.X
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

  • Node (for AoT issues): node --version =

@fulls1z3 fulls1z3 added the bug label Apr 6, 2017
@fulls1z3 fulls1z3 added this to the v0.4.0-rc.1 milestone Apr 6, 2017
@fulls1z3 fulls1z3 self-assigned this Apr 6, 2017
@fulls1z3 fulls1z3 modified the milestones: v0.2.0-rc.5, v0.4.0-rc.1 Apr 7, 2017
@fulls1z3 fulls1z3 changed the title [bug] rewrite observable combining [bug] rewrite initializer & observable combining Apr 7, 2017
@fulls1z3 fulls1z3 changed the title [bug] rewrite initializer & observable combining [bug] observable combining Apr 7, 2017
fulls1z3 pushed a commit that referenced this issue Apr 7, 2017
fulls1z3 pushed a commit that referenced this issue Apr 7, 2017
@fulls1z3 fulls1z3 closed this as completed Apr 7, 2017
@fulls1z3 fulls1z3 added the v0.2.x label Sep 3, 2017
@fulls1z3 fulls1z3 modified the milestones: v0.2.0, v0.2.0-rc.5 Sep 3, 2017
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* feat(core): prevent direct DOM manipulation (#31)

* test(core): add unit tests (#31)

* feat(core): remove `[].slice.call(elements)` (#34)

* feat(core): set meta tags thru `MetaGuard` (#35)

* test(core): add unit tests (#35)

* feat(core): remove manual & deferred initialization (#37)

* test(core): add unit tests (#37)

* fix(core): combine observables (#36)

* fix(core): support Promises at the `callback` function (#25)

build: update build config

build(npm): update deps

build(webpack): update config

refactor: update tsconfig

docs: update README
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* feat(core): prevent direct DOM manipulation (#31)

* test(core): add unit tests (#31)

* fix(core): updateLocales method does not clear `og:locale:alternate` tags (#33)

* feat(core): remove `[].slice.call(elements)` (#34)

* feat(core): set meta tags thru `MetaGuard` (#35)

* test(core): add unit tests (#35)

* feat(core): remove manual & deferred initialization (#37)

* test(core): add unit tests (#37)

* fix(core): combine observables (#36)

* fix(core): support Promises at the `callback` function (#25)

build: update build config

build(npm): update deps

build(webpack): update config

refactor: update tsconfig

docs: update README
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* feat(core): prevent direct DOM manipulation (#31)

* test(core): add unit tests (#31)

* fix(core): updateLocales method does not clear `og:locale:alternate` tags (#33)

* feat(core): remove `[].slice.call(elements)` (#34)

* feat(core): set meta tags thru `MetaGuard` (#35)

* test(core): add unit tests (#35)

* feat(core): remove manual & deferred initialization (#37)

* test(core): add unit tests (#37)

* fix(core): combine observables (#36)

* fix(core): support Promises at the `callback` function (#25)

* build: update build config

* build(npm): update deps

* build(webpack): update config

* refactor: update tsconfig

* docs: update README
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* feat(core): prevent direct DOM manipulation (#31)

* test(core): add unit tests (#31)

* feat(core): remove `[].slice.call(elements)` (#34)

* feat(core): set meta tags thru `MetaGuard` (#35)

* test(core): add unit tests (#35)

* feat(core): remove manual & deferred initialization (#37)

* test(core): add unit tests (#37)

* fix(core): combine observables (#36)

* fix(core): support Promises at the `callback` function (#25)

* build: update build config

* build(npm): update deps

* build(webpack): update config

* refactor: update tsconfig

* docs: update README
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* feat(core): prevent direct DOM manipulation (#31)

* test(core): add unit tests (#31)

* fix(core): updateLocales method does not clear `og:locale:alternate` tags (#33)

* feat(core): remove `[].slice.call(elements)` (#34)

* feat(core): set meta tags thru `MetaGuard` (#35)

* test(core): add unit tests (#35)

* feat(core): remove manual & deferred initialization (#37)

* test(core): add unit tests (#37)

* fix(core): combine observables (#36)

* fix(core): support Promises at the `callback` function (#25)

* build: update build config

* build(npm): update deps

* build(webpack): update config

* refactor: update tsconfig

* docs: update README
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
* feat(core): prevent direct DOM manipulation (#31)

* test(core): add unit tests (#31)

* feat(core): remove `[].slice.call(elements)` (#34)

* feat(core): set meta tags thru `MetaGuard` (#35)

* test(core): add unit tests (#35)

* feat(core): remove manual & deferred initialization (#37)

* test(core): add unit tests (#37)

* fix(core): combine observables (#36)

* fix(core): support Promises at the `callback` function (#25)

* build: update build config

* build(npm): update deps

* build(webpack): update config

* refactor: update tsconfig

* docs: update README
@fulls1z3 fulls1z3 changed the title [bug] observable combining observable combining Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant