Code Monkey home page Code Monkey logo

Comments (10)

sinanspd avatar sinanspd commented on September 26, 2024 2

Hi @AnthonyNahas
Thank is not what I meant. Let's say we have two input fields for links (i.e. one for media articles, one for youtube videos/interviews)

  <form [formGroup]="pressForm">
       <mat-form-field appearance="outline">
              <mat-label> New Article Links </mat-label>
              <textarea matInput matTextareaAutosize matLinkPreview minRows="6" 
                     formControlName="articles"></textarea>	 
        </mat-form-field>
        <mat-link-preview-container [multiple]="true"></mat-link-preview-container> 
    </form>

    <form [formGroup]="videoForm">
            <mat-form-field appearance="outline">
	 	   <mat-label> Video Links </mat-label>
	            <textarea matInput matTextareaAutosize matLinkPreview minRows="6" 
                                    formControlName="videos"></textarea>	
              </mat-form-field>
               <mat-link-preview-container [multiple]="true"></mat-link-preview-container>
    </form>

Now if we put a link inside the first text area, it renders the preview in both containers

Screen Shot 2019-04-19 at 2 26 19 AM

Ideally, it would be nice to be able to link input fields to specific containers so multiple instances can be used in the same component. Similar to how Angular Datepicker is implemented

from link-preview.

AnthonyNahas avatar AnthonyNahas commented on September 26, 2024

what do you mean with multiple link preview container ?

The mat-link-preview-container component ?

Did you try the multiple input ? It will allow you to render multiple links and url within one container..

check this out

Bildschirmfoto 2019-04-19 um 09 10 15

Please feel free to provide more info about your feature request

from link-preview.

AnthonyNahas avatar AnthonyNahas commented on September 26, 2024

I see! I will really appreciate a PR from you !!

from link-preview.

murilogoncalvesp avatar murilogoncalvesp commented on September 26, 2024

Any news on this? It would be really nice.

from link-preview.

sinanspd avatar sinanspd commented on September 26, 2024

Sorry I had no time to look into this. Have a quite lengthy backlog on my hands and this is towards the bottom. I am not a front end dev so I need to educate myself in type script a little bit before doing this. If anybody wants to pick it up feel free.

From what I remember during my initial pass, this behavior is coming from the fact that the injected service is a singleton. An easy, obvious work around is to, instead of having a shared service, to init one per component but I think it is bad practice to do so.

I think the best way to do this will be to pass the service some sort of identifier and keep the links in a map instead of a list. Datepicker, I believe achieves this through ViewChilds but as I said, I need to dig into datepicker to see exactly how they do it and the 30 files in the repo doesn't make it much easier. I need to block a good chunk of time to dig into that. Will try to get to this Q1 2020 hopefully.

from link-preview.

AnthonyNahas avatar AnthonyNahas commented on September 26, 2024

no problem thank u

from link-preview.

sivarooban avatar sivarooban commented on September 26, 2024

how to set linkpreview on page load

from link-preview.

java-sinon avatar java-sinon commented on September 26, 2024

Any news on this?
i am stuck.
how to show preveiw on page load if we have url?

from link-preview.

AnthonyNahas avatar AnthonyNahas commented on September 26, 2024

PR are welcome guys

from link-preview.

java-sinon avatar java-sinon commented on September 26, 2024

PR are welcome guys

any solution for this?

from link-preview.

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.