Giter Site home page Giter Site logo

Comments (11)

MaxKless avatar MaxKless commented on May 25, 2024

I'm facing the same issue, any info on this?

from ngx-meta.

matusbielik avatar matusbielik commented on May 25, 2024

@fulls1z3 is this library still developed?

from ngx-meta.

matusbielik avatar matusbielik commented on May 25, 2024

@fulls1z3 asking again... Are there any plans to continue development or at least supporting this library for new Angular versions?
I was able to upgrade it to work for Ng10 locally, but because of actual permissions, I can't push the branch to remote to make PR, therefore it is not possible to follow contributions guidelines for this repo.

ngx-meta git:(ng-v10-upgrade) git push remote: Permission to fulls1z3/ngx-meta.git denied to matusbielik. fatal: unable to access 'https://github.com/fulls1z3/ngx-meta.git/': The requested URL returned error: 403

Can you please provide any statement on this? Or should we forsake this library for good?

from ngx-meta.

Heatmanofurioso avatar Heatmanofurioso commented on May 25, 2024

Considering the library has been "abandoned/deprecated".
I suggest simply utilizing Angular's Meta components @matusbielik

from ngx-meta.

aaa123eee avatar aaa123eee commented on May 25, 2024

Yeah, now it's better to use @angular/platform-browser

from ngx-meta.

matusbielik avatar matusbielik commented on May 25, 2024

@aaa123eee @Heatmanofurioso this library uses meta service from @angular/platform-browser under the hood, so I wouldn't say that using Meta service is 'better' per se.
@ngx-meta has a few usable capabilities that we find valuable, like MetaGuard, this way we can set title and meta tags in routes file.

As this library seems to be abandoned and the author doesn't even bother to answer questions about its future (but is still active on github in private repos), I decided to get rid of all the ngx-* libraries and implement the functionality myself.

from ngx-meta.

Heatmanofurioso avatar Heatmanofurioso commented on May 25, 2024

@matusbielik You are correct, although I think Angular's Meta allows you to do that too by itself nowadays.
My main reason to drop the library is really how it seems to have been abandoned too.

It's a pity, as it really is a good project

from ngx-meta.

yangjunfocus avatar yangjunfocus commented on May 25, 2024

I'm facing the same issue, any info on this?

from ngx-meta.

Volen99 avatar Volen99 commented on May 25, 2024

Same issue here :(

from ngx-meta.

Volen99 avatar Volen99 commented on May 25, 2024

Guys!! Peertube have been using ngx-meta, but now that it is no longer supported, they have deleted it and made their own guard here: https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/app/core/routing/meta-guard.service.ts
and use it like this, e.g.

path: 'about',
loadChildren: () => import('./+about/about.module').then(m => m.AboutModule),
canActivateChild: [ MetaGuard ]

link: https://github.com/Chocobozzz/PeerTube/blob/develop/client/src/app/app-routing.module.ts

from ngx-meta.

fulls1z3 avatar fulls1z3 commented on May 25, 2024

need help with these PR's, especially with ng-packagr is failing. once done aim is first to ng 10 and then eventually to ng11 and ng12 (supporting all intermediate versions)

and finally we're showcasing it on fulls1z3/universal#755

from ngx-meta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.