Replace for deprecated CdkDropListContainer - angular-material

I have a question for someone familiar with Angular Material CDK.
In one of my projects I'm using CdkDropListContainer of Drag&Drop CDK. Unfortunately it was deprecated since v.8.
So here my question: Does someone know how to use CdkDropListContainer functionality in newest version of Material CDK?
Thanks for all answers.

You should use CdkDropList, a container that wraps a set of draggable items.
There are several examples on the official Angular Material site. Press the right located buttons to open them in StackBlitz.

Related

Can I use a component written in Angular(JS) in AngularDart?

I would like to use this file uploader in AngularDart. It's written in AngularJS.
https://github.com/agreatfool/Cart/tree/master/dart-version/web/src/bower/angular-file-upload
Is this possible?
Are there examples anywhere of how to do this?
Is there an alternative AngularDart file uploaders I can use?
Thanks
No, there is no way to combine components of these frameworks,
except perhaps host a complete Angular Dart app inside Angular TS or vice versa, but still with very limited ways to interact.
Angular Dart was originally generated from Angular TS code until about 2 years ago, but even then this was not supported. Since then they are developed independently and diverted quite a bit more.

How do I use a toolbar in AngularDart?

I just found out about AngularDart today and I want to build a sample app but I got stuck.
I'm currently browsing https://material-components-web.appspot.com/toolbar/index.html and I'd like to use the Waterfall Flexible Toolbar for my dart web app.
I'm using this website in order to reference the angular components for Dart https://dart-lang.github.io/angular_components_example but I can't find any toolbar examples.
Does that mean that I have to build my own toolbar? How can I do that?
Apparently in this case it's called Application Layout https://github.com/dart-lang/angular_components/tree/master/lib/app_layout

How to use angular2_material dart

Does anyone know of a site where angular2_material Dart example can be found?
I know it is its alpha state but it would be nice to be able to experiment with it.
The Angular GitHub repo contains some examples.
Seems they are built so that the Dart code can automatically generated but I haven't done that myself yet.
Seems there are only very few Angular2 material elements available yet.

Creating menus in browser menubar from Add-on SDK extension

I am building a simple Firefox extension using the Add-on SDK 1.0.
Scouring the docs and googling a lot, I couldn't find a way to create a simple menu under the browser's tools menu. Add-on SDK has a context-menu module, which (obviously) only handles the page context menus, which is not what I'm after. Is it that Add-on SDK does not have a module for this yet? If so, I believe I have access to all the firefox's XPCOM API in the Add-on SDK extension, but I can't figure out how to use this and create a simple menu entry under the tools menu.
Any pointers on how I might do this?
(BTW, not sure about the tags of this question, please correct if you feel so)
I wrote a module called menuitems which can be used to easily add a single menuitem to any of the normal menu bar items. It's on github here.
I haven't had the time to write docs yet, but you can find an example here, and the example is on AMO here.
I'll blog about it one of these days..

Embed Jira Issue Details in Connfluence page

I am currently looking for a way to integrate detail views of selected Jira Issues into a Conflluennce page. It seems it is not a problem at all to embed a list of Issues into confluence, but I am looking for a way to integrate the detail-view of a single Jira Issue into a Conflluence page.
The reason I need this, is that I am currently defining a workflow for formmally planning a Project. Currently I export the Issues of a Project version to Word and then update the resulting document to become a formal specification document. I would now like to do this in Confuence.
Any help greatly appreciated.
Chris
This is available in the latest Confluence version, 3.5. Here's the documentation.
Well I solved my problem by creating my own confluence macro that accesses Jira using the REST interface. Works like a charm. If I find the time, I'll try to make it generally available (currently It's extremely tied to our configuration (hard-coded urls and credentials) Will be looking forward to utilizing the trusted communication features in the future.

Resources