Coder Social home page Coder Social logo

btxtiger / ngx-link-preview Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 4.0 2.52 MB

The Open Graph link preview component for Angular 6+

License: MIT License

Shell 0.48% JavaScript 8.00% TypeScript 64.90% HTML 13.34% SCSS 13.27%
angular angular-component opengraph link-preview ui library preview weblinks meta-tags metadata

ngx-link-preview's Issues

Not compatible with Angular 9

Getting the following message:

This likely means that the library (ngx-link-preview) which declares NgxLinkPreviewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also, consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

@btxtiger

render link from an input

Good day !
I'm using this extension and I like it so far, I faced some issues using it such as rendering links from an input element. let me explain with an example:
I have a URL input
``
<input type="url" #url/>

<ng-container *ngIf="isUrl(url.value)">

<ngx-link-preview
[apiRoute]="'http://v2node.local/api/link-preview/test'"
[getApiEndpoint$]="apiCallbackFn"
[parseForLinksStr]="url.value"
[queryParamName]="'url'"
>

``
in this use case, the extension keeps sending requests on every found URL if le's say I wanted to get metadata for https://www.google.com I will be getting a list of previews for these links ( if they exist ) :
https://www.g.com
https://www.go.com
https://www.goo.com
https://www.goog.com
https://www.googl.com
https://www.google.com

image

It would be nice if there is an option for fetching only one link ( the last link for example). and make the fetching list of links optional

Error updating without `--force`

When tried installing, with this command: npm i ngx-link-preview. It failed saying:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/tslib
npm ERR!   tslib@"^2.1.0" from the root project
npm ERR!   tslib@"^2.1.0" from @angular/[email protected]
npm ERR!   node_modules/@angular/common
npm ERR!     @angular/common@"~12.0.5" from the root project
npm ERR!     peer @angular/common@">=6.0.0" from [email protected]
npm ERR!     node_modules/ngx-link-preview
npm ERR!       ngx-link-preview@"*" from the root project
npm ERR!     1 more (@angular/platform-browser)
npm ERR!   4 more (@angular/core, zone.js, @angular/platform-browser, @angular/animations)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer tslib@"^1.10.0" from [email protected]
npm ERR! node_modules/ngx-link-preview
npm ERR!   ngx-link-preview@"*" from the root project
npm ERR! 

Then forcing it to installed worked:

npm i --force ngx-link-preview

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.