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

remove manual & deferred initialization #37

Closed
3 tasks done
fulls1z3 opened this issue Apr 7, 2017 · 0 comments
Closed
3 tasks done

remove manual & deferred initialization #37

fulls1z3 opened this issue Apr 7, 2017 · 0 comments

Comments

@fulls1z3
Copy link
Owner

fulls1z3 commented Apr 7, 2017

I'm submitting a ... (check one with "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
[X] feature request

Current behavior
@nglibs/meta does not need anymore manual & deferred initialization as the meta tag generation is triggered by the MetaGuard.

Expected/desired behavior
The following steps will maintain the desired functionality:

  • Remove deferred initialization (no longer needed)
  • Remove manual initialization (no longer needed)
  • Remove documentation for deferred initialization (no longer needed)

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 this to the v0.2.0-rc.5 milestone Apr 7, 2017
@fulls1z3 fulls1z3 self-assigned this Apr 7, 2017
@fulls1z3 fulls1z3 closed this as completed Apr 7, 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
test(core): set meta tags thru `MetaGuard` (#35)

test(core): remove manual & deferred initialization (#37)
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
test(core): set meta tags thru `MetaGuard` (#35)

test(core): remove manual & deferred initialization (#37)
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
test(core): set meta tags thru `MetaGuard` (#35)

test(core): remove manual & deferred initialization (#37)
fulls1z3 pushed a commit that referenced this issue Sep 4, 2017
test(core): set meta tags thru `MetaGuard` (#35)

test(core): remove manual & deferred initialization (#37)
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 [enhancement] remove manual & deferred initialization remove manual & deferred initialization Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant