Skip to content
#

angular-component

Here are 93 public repositories matching this topic...

suhailkc
suhailkc commented Apr 4, 2020

Angular version 9.1.0

Showing warning when npm install :

npm WARN angular-cropperjs@1.0.2 requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

npm WARN angular-cropperjs@1.0.2 requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

[screenshot:

treble-maker123
treble-maker123 commented Dec 10, 2017

ERROR ReferenceError: document is not defined
at Ng2AutoCompleteDirective.ngOnInit (xxxx)
at checkAndUpdateDirectiveInline (xxxx)
at checkAndUpdateNodeInline (xxxx)
at checkAndUpdateNode (xxxx)
at prodCheckAndUpdateNode (xxxx)
at Object.r.ɵvid.e [as updateDirectives] (xxxx)
at Object.updateDirectives (xxxx)
at checkAndUpdateView (xxxx)

The compiled JS c

unnieayilliath
unnieayilliath commented Dec 19, 2017

Great job the calendar works just fine! I have few questions or maybe enhancements.

  1. Ability to change the background color
  2. Ability to show different dates with different colors (eg: Working days as green and holidays as red etc, or based on the type of meeting in a day change color)
  3. Border between months. I have a sample image below which resembles these ideas

![image](https://u

d-koppenhagen
d-koppenhagen commented Mar 6, 2017

The cloud should accepts inputs with a specified html-object. In that case the link-object will be ignored (a you can set it in the given object for html).
For Example:

data = [
  {
    text: 'My Text for this item',
    weight: 10,
    link: 'http://google.de'
    html: {
      element: 'span',
      class: 'my-class my-class-2',
      id: 'custom-el-html',
      attr1: 

Improve this page

Add a description, image, and links to the angular-component topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the angular-component topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.