angularfix
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • Angular
  • AngularJS
  • Typescript
  • HTML
  • CSS
  • Javascript

Friday

How to apply css class based on conditions in SVG code?

 12:00 AM     angular, css, html, svg, typescript     No comments   

Issue

I am implementing svg code through *ngFor loop in angular:

I want to add css to the particular svg path only and that should be based upon conditions.

Here is a piece of my code :

HTML :

<svg class="height-width" version="1.1" id="svg2" height="695.70178" width="611.85999"
        mapsvg:geoViewBox="68.184010 37.084109 97.418146 6.753659">
        <path class="select" *ngFor="let item of myData" [attr.d]="item.d" [attr.title]="item.title"
            [attr.id]="item.id" />
</svg>
myData = [
    {
      "id": "SG-01", "title": "Central Singapore", "myColor": "#000", "myCheck": 'false', "d": "m 431.09042,77.54 1.18,0.42 1.92,0.51 1.44,1.59 1.85,1.34 1.09,1.59 0.75,1.37 0.09,1.28 0.99,1.55 2.04,2.04 1.27,1.2 1.42,0.7 1.26,0.99 1.68,0.52 0.92,0.08 0.33,0.75 0.92,0.42 1.13,0.09 0.67,-1.26 1.43,-1.34 1.01,0 2.01,0.08 1.34,0.33 2.27,1.51 1.59,1.01 1.62,0.55 1.58,0.47 1.91,0.47 2.79,0.03 1.96,0.44 1.26,0.09 1.11,0.62 0.88,0.79 1.03,0.91 1.06,0.65 1.58,1.34 -0.3,0.29 -1.6,2.44 -3.55,5.42 -2.9,2.15 -3.09,1.5 -2.53,1.69 -1.5,1.78 -0.37,4.87 -0.66,1.12 -0.66,1.59 -0.4,1.84 -0.17,0.78 -2.43,3.84 -2.53,1.03 -2.43,1.22 -0.09,6.18 -1.31,1.78 -1.59,0.84 -0.13,1.68 -1.74,2.93 -1.9,3.42 -0.95,3.61 -0.95,4.18 -1.33,5.13 -1.71,4.36 -1.84,3.15 -3.48,-0.21 -4.58,-0.86 -3.29,-0.57 -3.58,-0.29 -3.29,1.57 -2.57,4.14 -1.72,4.44 -1.57,6.15 -2.57,4.57 -2.72,4.44 -0.14,5.87 2.15,2.28 2,4.29 1,3.86 0.14,3.01 -1.86,1.86 -5.15,0.29 -3.29,1.42 0,3.72 4.15,0.14 5.15,0.86 3.72,0.86 0.72,2.86 0.14,4.44 1.86,4.57 2.28,3.86 1.72,0.86 4.58,1.43 3.29,1.43 2.57,3.86 4.29,3 0.57,4.87 1.71,2.58 -0.38,1.35 -0.48,1.66 -2.43,1 -1.43,0.86 -1.29,2.29 -3.72,3 -1,3.43 0.43,1.43 1,1.72 0.71,1.57 0.71,2.72 -0.5,1.08 0.09,0.75 0.14,1.55 -0.2,1.09 -0.54,1.56 -0.75,1.43 -1.5,1.38 -1.78,1.39 -1.06,0.62 -0.77,0.46 -0.14,0.59 -0.71,1.59 -1.18,0.64 -1.7,1.87 -1.64,1.58 -0.33,2 -0.39,3.26 0.36,3.02 0.48,2.17 0.83,2.68 -0.07,1.77 -0.07,2.24 -2.24,0.61 -1.63,-0.05 -2.38,-0.07 -2.58,-0.14 -2.04,-0.34 -1.97,0.14 -3.6,-0.27 -0.95,3.4 -0.49,1.07 -0.33,2.4 -0.2,1.49 0.26,3.35 0.65,0.59 1.26,3.18 2.04,0.2 1.14,-2.67 1.72,-2.57 1.28,-2.43 0.88,-1.43 0.34,-1.83 1.49,-0.07 1.97,0.14 1.43,0.54 1.29,0.75 2.06,0.58 3.26,1.45 3.38,2.17 2.54,2.29 2.42,2.78 1.21,1.69 -0.24,1.93 -17,13.37 -1.9,0 -1.51,-0.47 -2.38,-0.72 -2.62,-0.95 -0.76,-0.64 -0.68,-0.27 0.07,-0.95 0.61,-0.41 0,-1.02 -0.88,-0.54 -1.54,0.14 -0.3,-0.19 -1.35,-0.72 -1.43,-0.4 -1.43,-0.64 -2.53,2.03 0.19,0.99 0.03,15.49 -1.09,0.88 0.2,1.29 1.84,1.93 -0.56,0.4 -0.87,-0.79 -1.43,-1.67 -1.67,-1.75 -1.58,-1.58 -1.83,-2.06 -1.91,-1.75 -1.11,0.08 -0.63,0.56 -0.59,1.3 -1.08,0.99 1.43,1.63 1.15,1.43 0.95,1.22 0.14,1.02 -0.68,0 -2.83,-3.23 -1.51,-1.18 -1.43,-0.95 -0.82,-1.29 -1.02,-1.02 -0.88,-0.68 -1.07,-1.17 -3.89,-0.25 -9.5,-0.12 -0.67,0.49 -1.75,0.96 -2.06,1.19 -3.73,2.3 -1.68,1.17 -1.48,0.24 -1.76,1.05 -8.09,0 -0.24,-1.19 -0.88,-0.08 -0.63,-0.47 -1.44,-0.13 -0.29,0.63 -0.57,-0.12 -0.03,-0.57 1.17,-0.86 -2.12,-1.4 -0.43,1.23 -1.15,1.69 -1.01,-0.39 -1.19,-1.11 -0.95,-0.95 0.41,-0.7 1.26,-1.4 -1.09,-0.73 -0.78,-0.07 -1.7,-0.83 -2.47,-2.09 -1.71,-3.23 -0.95,-3.04 0.76,-3.04 2.28,-3.23 1.9,-1.9 3.04,-2.66 -0.38,-3.42 -1.52,-2.28 -4.56,0.19 -3.99,-0.19 -2.85,-1.14 -4.18,-0.19 -2.28,1.52 -4.18,-1.33 -4.18,-3.6 -1.71,-3.23 -0.76,-5.5 -0.76,-4.94 -0.76,-3.42 -1.33,-3.42 -2.66,-1.9 -1.52,-3.99 1.33,-3.04 1.9,-3.42 0.57,-3.41 2.3,1.78 1.95,1.71 1.47,1.47 1.71,-0.24 0.73,-3.42 0.49,-1.95 0.73,-2.69 0,-2.69 -0.24,-2.69 0.73,-2.69 2.44,-3.91 2.69,-3.91 2.2,-2.44 1.71,-2.2 2.2,-0.49 3.18,-1.22 2.44,-3.18 0,-2.93 1.22,-3.91 -0.49,-3.67 1.22,-2.44 2.2,-1.47 1.71,-2.2 -0.49,-3.18 -2.44,-0.49 -2.93,0 -3.18,-1.95 -3.91,-4.15 -3.91,-3.42 -2.44,-2.69 -3.91,-2.69 -0.98,-4.15 1.47,-4.4 2.93,-3.67 2.93,-1.71 2.44,-3.42 1.22,-4.15 5.13,-4.4 3.91,-2.93 3.18,-2.44 1.96,-4.64 1.95,-5.86 2.81,-4.53 1.45,-5.8 0,0 -1.57,-2.62 -1.71,-2.2 -0.98,-3.42 -0.73,-4.4 0.49,-5.62 0,-6.6 -1.47,-5.86 -2.93,-3.91 -2.44,-4.4 -1.22,-2.2 1.71,-2.2 3.91,-0.73 4.4,-0.49 3.42,-2.69 3.42,-4.64 2.93,-5.86 2.44,-6.11 1.47,-4.89 1.71,-5.62 2.93,-3.91 3.91,-1.71 6.35,0.73 2.93,1.22 3.18,3.42 1.95,3.18 3.18,3.67 4.64,0.49 4.15,-2.2 5,-0.12 0,0 1.54,-0.7 2.1,-0.85 1.4,-0.14 1.58,0.02 -0.47,1.31 -0.38,1.03 -0.84,1.41 -1.41,2.06 -1.5,1.31 -2.44,2.16 -2.53,1.31 -1.6,0.56 -2.25,1.41 -3.47,0.84 -3.47,1.31 -2.82,0.56 -3.08,0.66 -4.33,0.47 -1.5,1.13 -1.78,0.85 -0.47,2.16 -1.88,1.22 -0.66,1.13 0.84,1.69 0.56,1.31 0.09,1.88 0.19,0.94 0.84,0.47 1.13,-0.47 1.52,-1.66 1.16,-1.37 1.48,-2.16 0.74,-2.53 0.55,-1.19 2.39,0 5.63,0.19 5.73,-0.47 3.1,-1.31 2.06,-1.69 0.38,-0.16 3.23,-1.38 3.48,-0.73 1.31,-1.59 2.32,-0.84 0.92,-1.13 1.12,-1.74 0.77,-1.3 1.14,-0.97 0.75,-0.67 1.15,-1.44 1.48,-1.34 0.49,-1.55 0.21,-2.18 0.63,-1.69 0.92,-1.2 1.2,-1.34 1.2,-0.63 0.56,-0.28 0,-1.2 1.06,-1.76 1.06,-2.99 1.76,-1.97 0.92,-0.42 1.72,-0.57 0.59,-0.32 1.26,0 0.05,-0.09 0.81,-0.57 1.56,-0.31 1.17,-0.16 1.7,0.19 1.32,-0.45 1.08,0.1 z m 46.68,14.47 -1.15,0.99 -0.66,0.08 -0.82,-0.41 -1.65,-0.08 -2.47,0.17 -3.3,-0.33 -2.8,-0.41 -1.73,-0.74 -1.65,-0.99 -1.15,-0.74 -1.9,-0.41 -1.73,-0.49 -0.17,-0.66 0.66,-1.24 1.48,-1.07 1.15,-1.48 1.48,-2.31 1.81,-1.9 1.57,-2.47 1.57,-0.08 1.4,0.91 3.13,1.81 1.98,1.15 2.06,1.4 2.39,1.57 1.48,1.24 0.82,1.4 -0.17,0.91 -0.5,0.91 -0.33,1.65 -0.8,1.62 z m -22.75,-6.02 -1.57,1.81 -5.03,-0.08 -1.73,-1.15 -2.14,-1.65 -1.57,-1.73 -0.99,-1.24 -0.74,-1.24 -1.32,-0.99 -2.14,-1.57 -2.97,-2.39 -1.98,-1.15 -0.99,-0.66 0.08,-1.81 0.99,-1.57 2.39,-1.4 2.72,-2.23 1.81,-1.15 1.4,-0.66 4.86,-0.25 2.06,0.99 4.86,2.64 3.87,2.89 4.12,2.8 0.91,0.82 -0.08,1.15 -3.3,4.7 -2.14,2.72 -1.38,2.4 z"
    },
    {
      "id": "SG-02", "title": "North East", "myColor": "#000", "myCheck": 'false', "d": "m 532.93042,110.3 1.26,1.05 1.33,1.02 0.49,1.15 0.1,1.4 -0.21,0.8 -0.94,0.25 -1.05,-0.31 -0.49,-1.02 -1.01,-0.85 -1.43,-1.43 -0.81,-0.47 -1.18,-0.67 -1.26,-0.72 -0.87,0 -0.74,0.81 -0.42,0.99 -0.52,-0.01 -0.67,-0.42 0.25,-0.98 0.6,-0.7 0.07,-0.98 -0.29,-1.41 -1.37,-1.07 -2.25,-1.76 -1.37,-0.52 -0.97,-1.13 -0.32,-1.68 -0.56,-1.26 -0.6,-0.56 -0.77,-1.26 -1.2,-0.68 -0.65,-0.62 -1.19,-0.28 -0.41,-1.03 -0.82,-0.76 -1.25,-0.72 -1.09,-1 -0.39,-0.98 0.07,-1.01 1.09,-0.38 0.94,0.1 0.91,0.77 1.05,0.84 1.05,1.44 0.56,1.54 1.05,0.52 2.14,0.88 1.09,0.46 1.4,0.74 1.01,1.12 1.64,1.48 1.54,1.96 1.26,1.54 1.58,1.51 1.22,1.26 1.72,1.72 1.68,1.32 z m -26.77,-17.66 0.42,2.19 -0.16,1.68 -0.42,1.59 0,1.51 0.5,1.26 2.54,1.19 4.18,3.8 5.88,5.7 3.61,2.65 4.94,3.42 -1.14,2.65 -5.32,3.23 0.38,2.28 1.32,1.6 2.48,-1.79 4.75,-2.66 3.23,-1.52 3.23,-0.38 2.66,1.9 2.47,2.47 2.28,3.6 1.9,4.18 2.28,3.8 2.85,1.14 3.61,1.71 3.19,3.11 1.43,1.51 1.85,1.42 1.76,0.08 1.43,1.26 1.26,0.5 0.92,0.84 1.18,0.75 1.51,0.08 1.85,1.01 1.93,-0.08 1.43,0.42 0.58,1.51 -0.25,1.18 1.09,0.58 0.08,-0.75 0.76,-1.59 1,0 0.92,0 0.67,1 1.09,-0.59 0.75,-0.25 1.09,0.59 1.51,0.25 2.35,0 1.09,-0.92 1.68,-0.25 1.51,-0.42 1.34,-0.42 1.26,-0.25 1.51,0.51 1.51,1.17 0.97,0.27 1.66,0.24 0.49,-1.81 0,-1.45 0.67,-1.57 1.34,-0.45 0.55,-0.96 1.01,-0.7 0.46,3 0.95,2.85 2.28,2.85 3.04,2.66 2.28,1.33 1.14,3.23 -0.76,3.61 -3.04,1.52 -1.33,1.52 -2.28,3.8 -3.61,3.61 -2.09,2.47 -2.66,2.09 -3.42,2.66 -1.52,0.95 0.57,2.85 1.71,1.9 1.14,3.99 0.38,4.18 -0.38,4.37 -3.42,1.33 -5.51,1.14 -2.85,1.33 -3.23,2.28 -3.42,3.23 -3.23,2.47 -3.42,3.04 -4.18,1.14 -3.04,0 -2.28,-2.09 -2.85,-1.9 -3.23,0.19 -6.83,0.57 -5.32,0.57 -3.99,-0.95 -3.61,-0.76 -3.42,-0.38 -1.04,2.97 1.56,0.46 2.51,0.24 -0.04,0.71 0.42,1.62 1.24,0.19 0.41,2.06 1.46,0.09 0.94,0.76 1.42,1.6 0.2,1.53 0.57,0.46 0.03,1.2 -1.51,1.89 -2.85,0.76 -4.56,0 -2.85,1.71 -2.85,2.47 -2.47,0.76 -2.09,0.38 -2.28,2.47 1.33,2.85 -1.9,1.52 -2.09,3.04 1.9,2.09 1.71,1.14 0,2.85 -0.38,1.9 -1.52,1.52 -5.51,-0.19 -5.13,0.57 -5.7,0.76 -5.32,0.76 -3.04,-0.38 -1.71,-2.28 -1.14,-3.61 1.9,-3.04 0.19,-3.04 -3.23,-2.09 -1.33,-3.04 -2.28,-3.42 -4.56,-4.37 -3.99,-3.23 -3.61,-4.37 -3.99,-1.52 -2.66,-2.47 -2.09,-2.47 0.57,-3.23 -0.95,-4.18 -1.9,-2.09 -6.65,-0.38 -3.23,-1.14 -3.04,-1.14 -3.42,-0.76 -2.47,-3.23 -1.14,-2.28 -0.19,-3.8 -2.28,-2.85 -3.42,-2.47 -1.9,-3.61 0,-5.71 1.33,-4.18 1.9,-4.18 0.82,-1.41 1.84,-3.15 1.71,-4.36 1.33,-5.13 0.95,-4.18 0.95,-3.61 1.9,-3.42 1.74,-2.93 0.13,-1.68 1.59,-0.84 1.31,-1.78 0.09,-6.18 2.43,-1.22 2.53,-1.03 2.43,-3.84 0.56,-2.62 0.66,-1.59 0.66,-1.12 0.37,-4.87 1.5,-1.78 2.53,-1.69 3.09,-1.5 2.9,-2.15 5.15,-7.86 0.3,-0.29 1.12,-1.02 0.39,-1.76 3.04,-1.52 4.56,-1.41 1.04,-1.05 1.76,0.08 0.21,-1.31 0.8,-0.79 1.43,-0.34 -0.36,-1.69 0.96,-0.98 0.84,-0.85 0.75,-0.77 0.31,-1.54 0.86,-0.9 1.01,0 2.74,-0.18 0.81,-0.79 0.81,-0.79 1.18,-0.25 1.26,0.59 0.75,0.67 0.08,1.43 -0.59,0.84 -0.67,0.59 -0.09,1.09 1.09,0.08 0.33,0.76 0.33,1.17 0.76,0.92 0.27,1.7 z"
    },
    {
      "id": "SG-03", "title": "North West", "myColor": "#000", "myCheck": 'false', "d": "m 411.83042,35.48 0.98,0 1.03,1.03 0.38,1.13 0.66,0.84 0.75,0.75 0.84,0.47 0.38,0.28 1.03,0.85 0.47,1.41 0.28,1.5 0.56,0.84 0.66,1.03 1.03,0.75 0.56,0.75 0.28,0.84 0.94,0.56 0.84,1.22 0.09,1.78 0.66,0.94 0.47,0.84 0.19,1.13 -0.75,0.66 -1.31,-0.38 -0.47,-1.03 -0.56,-0.47 -0.47,-1.03 -0.66,-0.75 -0.94,-1.22 -0.75,-0.75 -0.75,-0.94 -0.75,-1.03 -0.66,-0.47 -0.28,-1.22 -0.75,-0.94 -0.38,-0.94 0.19,-1.13 0.38,-0.56 -0.38,-1.03 -0.66,-0.66 -0.47,-0.66 0.19,-0.66 -0.56,-0.47 -0.94,-0.56 -0.28,-1.22 0.09,-0.84 -1.16,-0.64 z m 0,0 -0.15,0 -0.19,-0.19 0.34,0.19 z m -65.75,-29.71 -1.22,1.31 -0.66,1.41 -0.75,1.69 1.22,1.41 1.22,-0.56 1.22,-0.84 0.66,-1.13 1.22,-1.69 0.32,-0.17 0.81,-0.3 0.94,0.19 0.1,0.93 0.09,0.38 0.28,1.22 0.38,0.84 0.94,0.38 0,0.19 -0.02,0.05 0.01,0.29 0.01,-0.02 0,0.53 -0.56,0.84 -0.94,1.22 -0.94,1.13 0.84,0.75 1.5,-0.09 0.66,-1.69 1.22,-1.78 1.41,-0.56 0.85,-0.94 0.94,-2.07 1.69,-2.53 1.13,-1.88 1.6,-0.25 1.48,0.81 4.29,2.5 2.72,1.97 -0.28,0.94 -0.66,1.03 -0.94,1.6 -0.38,1.13 -0.66,0.84 -0.38,1.03 0.09,0.75 0.56,0.66 1.03,0.56 1.31,-0.47 1.03,-1.31 0.56,-1.41 0.84,-1.13 0.47,-1.03 0.47,-1.41 2.53,0 1.2,0.75 1.68,0.84 1.34,0.84 1.34,1.34 2.31,1.39 1.21,0.96 1.33,0.63 1.87,1.8 1.85,1.34 2.27,1.68 2.01,0.84 1.43,0.67 1.75,0.62 1.27,1.31 0.58,1.26 1.09,1.34 0.81,1.62 -0.18,2.41 0.18,0.13 0.47,1.13 0.85,1.31 0.94,0.84 0.84,0.94 0.82,0.96 0.3,0.07 0.56,1.13 0.47,0.94 0.47,1.41 0.38,1.78 1.03,2.53 -0.05,0.03 0.8,0.72 0.75,0.75 0.38,0.75 0.47,1.12 0.1,0.01 1.22,1.03 1.13,1.69 0.45,1.71 0.92,0.92 2.01,2.26 1.26,2.04 0.18,1.99 0.47,1.03 -0.51,2.43 -0.52,0.67 -1.13,0.84 -1.22,1.03 -1.13,0.38 -0.28,0.47 0.38,0.56 0.28,0.56 0.66,0.19 -0.66,0.75 -1.03,0.19 -1.03,0.09 -0.84,1.03 -0.47,1.97 -0.56,0.94 -0.66,1.5 -1.31,0.28 -1.03,0.75 0,1.31 -0.19,1.78 -0.38,2.44 -0.84,1.22 -0.47,1.31 -0.94,0.75 -0.6,0.54 0.04,0.45 -0.84,1.03 -0.66,0.84 -0.47,0.75 -0.28,1.6 -0.56,1.41 -0.86,1.69 -1.58,-0.02 -1.4,0.14 -2.1,0.85 -1.54,0.7 -5,0.12 -4.15,2.2 -4.64,-0.49 -3.18,-3.67 -1.95,-3.18 -3.18,-3.42 -2.93,-1.22 -6.35,-0.73 -3.91,1.71 -2.93,3.91 -3.18,10.51 -2.44,6.11 -2.93,5.86 -3.42,4.64 -3.42,2.69 -4.4,0.49 -3.91,0.73 -1.71,2.2 3.66,6.6 2.93,3.91 1.47,5.86 0,6.6 -0.49,5.62 0.73,4.4 0.98,3.42 1.71,2.2 1.57,2.62 -1.45,5.8 -2.81,4.53 -1.95,5.86 -1.96,4.64 -3.18,2.44 -3.91,2.93 -5.13,4.4 -1.22,4.15 -2.44,3.42 -2.93,1.71 -2.93,3.67 -1.47,4.4 0.98,4.15 3.91,2.69 2.44,2.69 3.91,3.42 3.91,4.15 3.18,1.95 2.93,0 2.44,0.49 0.49,3.18 -1.71,2.2 -2.2,1.47 -1.22,2.44 0.49,3.67 -1.22,3.91 0,2.93 -2.44,3.18 -3.18,1.22 -2.2,0.49 -1.71,2.2 -2.2,2.44 -2.69,3.91 -2.44,3.91 -0.73,2.69 0.24,2.69 0,2.69 -0.73,2.69 -0.49,1.95 -0.73,3.42 -1.71,0.24 -1.47,-1.47 -1.95,-1.71 -2.3,-1.78 -0.95,-3.42 -4.75,-0.94 -5.13,-2.85 -4.37,-2.66 -4.18,-3.04 -2.09,-2.28 -5.7,0 -4.37,-2.47 -5.32,-4.18 -4.18,-4.75 -6.27,-3.99 -4.94,-3.99 -2.09,-2.28 -1.9,-2.85 -0.57,-2.09 0,-6.08 3.8,0.75 4.18,0 3.23,-0.95 3.04,-2.28 2.66,-1.9 3.23,-0.76 0.57,-4.36 4.37,0 3.99,-0.57 2.1,-2.28 -0.57,-4.36 -2.28,-2.28 -2.66,-1.52 -2.85,-1.33 -4.18,-5.13 -5.51,-6.08 -3.99,-5.5 -0.76,-5.7 -0.57,-9.11 -0.57,-5.32 -2.28,-3.6 -2.85,-5.32 -1.33,-5.7 -2.47,-6.08 -1.71,-5.31 -1.9,-4.75 -3.61,-3.8 -4.18,-6.26 -3.04,-6.26 -1.33,-8.55 -0.95,-5.5 2.66,-5.51 2.28,-3.23 -0.57,-7.6 0,-5.31 0.76,-8.55 5.51,-5.31 4.37,-5.13 2.28,-3.61 -0.38,-6.08 -1.52,-4.75 -0.41,-2.93 1.46,-0.06 1.06,-0.23 0.26,0.47 0.15,-0.53 0.75,-0.66 1.03,-0.66 0.66,-0.47 0.38,-0.84 0.56,-1.41 0.56,-0.56 0.75,-1.03 0.56,-1.69 0.47,-0.94 0.56,-0.94 1.31,-0.47 2.91,-0.19 0.09,-1.03 -0.47,-0.66 0.09,-1.13 0.56,-1.31 0.75,-1.03 1.69,-1.03 1.13,-0.84 0.66,-0.84 1.78,-0.75 1.64,-0.49 0.1,-0.17 0.47,0 0.48,-0.37 0.65,-0.53 0.8,-0.44 1.03,-0.12 1.05,-0.25 0.85,-0.57 0.29,-0.2 1.77,-0.12 2.27,-1.42 0.02,-0.14 0.21,0.03 1.13,-0.66 2.06,-1.22 3.29,-2.35 2.16,-2.06 2.25,-1.78 2.53,-1.22 1.88,-1.5 3.66,-2.72 1.41,-0.47 1.88,-1.03 3,-1.88 2.91,-2.35 2.53,-1.6 1.17,-0.82 0.83,-0.27 0.44,-0.63 0.37,-0.26 1.6,-0.75 1.6,-0.56 1.53,-0.9 0,0 0.01,-0.01 0.05,-0.03 0.02,-0.04 1.1,-1.02 1.34,-1.93 1.57,-0.72 2.35,-0.09 1.18,-0.42 2.64,-0.4 1.5,-0.47 2.06,0 2.36,-0.22 2.44,-0.62 3.69,-0.05 2.85,-0.42 2.77,-0.08 2.1,0 2.77,0.25 1.68,0.42 1.6,1.01 1.68,0.67 0.3,0.73 0.22,0.35 -0.59,0.21 -1.13,0.38 -1.5,0.47 -1.61,1.03 z"
    },
    {
      "id": "SG-04", "title": "South East", "myColor": "#000", "myCheck": 'false', "d": "m 633.52042,131.77 2.21,0.72 1.31,-0.07 3.15,1.39 2.5,0.66 2.46,0.78 2.69,0.34 1.23,0.78 1.79,0.34 0.1,0.17 2.26,1.09 1.55,1.09 2,1.09 2.46,2.37 2.55,2.19 2.46,3.65 1.55,2.64 0.55,2.46 1.09,2.46 0.82,2.28 0.46,6.47 -0.27,3.83 -0.37,2.92 0.09,0.07 -0.09,10.51 2.64,0.18 2.83,1.18 2.46,1.55 -2,5.1 -3.28,7.56 -4.45,10.68 -3.74,8.68 -2.73,6.65 -4.28,9.11 -3.83,9.3 -1.37,3.28 -0.27,1.82 -0.64,2.19 1.37,2.1 2.28,0.55 2.1,0.18 2.28,-0.36 3.37,-0.64 2.28,-0.18 1.37,-0.36 1.64,-0.27 1.73,-0.73 2.92,-0.73 1.64,0.18 1.82,0.55 2.19,0.73 1.73,0.91 1.28,0.82 1.46,1.09 1.37,0.46 2,0.36 1.28,0.82 2.19,0.64 1.91,1.37 0.04,1.19 0.1,2.75 -0.43,1.94 -0.65,0.86 -0.02,0.03 -0.05,0 -1.05,0.96 -2.45,0.65 -2.09,0.65 -1.91,0.43 -2.52,0.83 -2.41,1.19 -1.94,1.01 -1.87,0.47 -1.76,0.72 -2.09,0.72 -1.62,0.65 -1.08,0.36 -3.09,0.31 -5.16,0.61 -3.77,-0.2 -3.18,-1.77 -3.96,-1.91 -6.36,-2.31 -6.31,1.39 -3.82,1.34 -1.27,-6.35 -0.79,-1.37 5.73,-12.81 -1.2,-0.21 -2.26,5.52 -2.12,3.82 -1.03,3.71 -2.12,0.5 -4.67,-0.28 -2.58,0.82 -0.99,0.5 -0.99,0.57 -0.64,-0.28 -0.15,-1.38 -1.23,-0.08 -0.85,1.56 -1.33,-0.41 -4,0.1 -1.37,0 -0.68,0.68 -1.25,-0.57 -0.8,0 -1.14,0.46 -0.57,0.57 -2.28,0 -0.68,0.8 -1.25,0.34 -1.14,0 -1.37,0.68 -2.61,0 -0.06,0.21 -1.74,-0.24 -1.35,0.32 -0.63,0.79 -1.27,0 -1.28,0.67 -0.95,0.71 -1.27,0.16 -0.24,0.71 -1.51,-0.08 -2.14,0.56 -1.27,1.11 -2.01,1.21 -3.3,0.57 -2.28,0.46 -2.16,0.8 -1.48,0.91 -2.05,0.23 -1.48,0.46 -1.82,0.46 -2.62,0.57 -1.14,0.57 -1.71,1.25 -1.25,0.68 -3.19,0.34 -3.41,0.68 -2.56,-0.61 -1.31,1.98 -1.61,-0.75 -0.1,-0.01 -1.48,-0.31 -1.45,0.95 -1.75,-0.08 -2.22,0.56 -1.19,1.19 -1.51,-0.16 -1.19,0.08 -1.96,-0.37 -1.25,0.57 -1.37,0.46 -1.59,0.34 -1.29,1.21 -2.37,0.5 -1.19,0.16 -1.75,0 -1.19,0.4 -0.95,0.95 -1.03,-0.08 -1.93,-0.21 -0.29,0.69 -1.9,0.4 -1.87,0.21 -1.93,0.57 -1.2,1.45 -1.59,0.32 -1.34,0.58 -0.88,1.24 -2.06,0.08 -1.82,0.56 -1.43,0.24 -2.46,0.08 -1.73,0.26 -2.57,0.43 -3.07,1.37 -2.5,0.57 -2.96,0.91 -2.31,1.58 -1.59,1.79 -2.38,1.59 -3.41,1.45 -1.62,1.11 -1.62,0.77 -1.54,0.94 -2.2,0.84 -1.13,-0.77 -0.77,0.08 -1.71,0.85 -2.22,2.22 -1.02,1.28 -1.19,0.51 -0.85,0 -0.94,-0.09 -1.28,0.6 -0.39,1.02 -1.35,1.27 -1.19,1.27 -2.14,1.9 -1.76,-0.43 -1.2,0 -1.19,0.85 -1.2,1.2 -1.28,1.28 -0.7,1.3 -1.34,0.58 -0.5,1.32 -1.04,-0.38 -1.37,-1.37 -0.99,-1.66 -1.83,-1.33 -1.42,-2 -1.11,-1.51 -1.03,-1.59 -1.27,-1.98 -0.95,-1.11 -0.7,-2.39 -1.45,-3.33 -1.79,-3.16 -0.07,-5.04 0.31,-1.01 1.22,-0.18 0.85,0.77 3.5,0.17 1.28,-0.43 1.02,-0.34 1.45,-0.34 2.9,0 1.28,0.6 2.65,0.26 1.02,-1.11 -0.27,-1.34 -0.5,-0.71 -1.44,-0.82 -1.82,-0.16 -1.59,-1.59 -1.51,-1.59 -0.21,-4.11 -1.53,-1.35 -2.23,0.06 0.75,-1.43 0.54,-1.56 0.2,-1.09 -0.14,-1.55 -0.09,-0.75 0.5,-1.08 -0.71,-2.72 -0.71,-1.57 -1,-1.72 -0.43,-1.43 1,-3.43 2,-1.57 1.72,-1.43 1.29,-2.29 1.43,-0.86 2.43,-1 0.86,-3 -1.72,-2.57 -0.57,-4.86 -4.29,-3 -2.58,-3.86 -3.29,-1.43 -4.58,-1.43 -1.72,-0.86 -2.29,-3.86 -1.86,-4.58 -0.14,-4.43 -0.72,-2.86 -3.72,-0.86 -5.15,-0.86 -4.15,-0.14 0,-3.72 3.29,-1.43 5.15,-0.29 1.86,-1.86 -0.14,-3 -1,-3.86 -2,-4.29 -2.15,-2.29 0.14,-5.86 2.72,-4.43 2.58,-4.58 1.57,-6.15 1.72,-4.43 2.57,-4.15 3.29,-1.57 3.58,0.29 3.29,0.57 4.58,0.86 3.48,0.21 -0.82,1.41 -1.9,4.18 -1.33,4.18 0,5.7 1.9,3.61 3.42,2.47 2.28,2.85 0.19,3.8 1.14,2.28 2.47,3.23 3.42,0.76 3.04,1.14 3.23,1.14 6.65,0.38 1.9,2.09 0.95,4.18 -0.57,3.23 2.09,2.47 2.66,2.47 3.99,1.52 3.61,4.37 3.99,3.23 4.56,4.37 2.28,3.42 1.33,3.04 3.23,2.09 -0.19,3.04 -1.9,3.04 1.14,3.61 1.71,2.28 3.04,0.38 5.32,-0.76 5.7,-0.76 5.13,-0.57 5.51,0.19 1.52,-1.52 0.38,-1.9 0,-2.85 -1.71,-1.14 -1.9,-2.09 2.09,-3.04 1.9,-1.52 -1.33,-2.85 2.28,-2.47 2.09,-0.38 2.47,-0.76 2.85,-2.47 2.85,-1.71 4.56,0 2.85,-0.76 1.51,-1.89 -0.03,-1.2 -0.57,-0.46 -0.2,-1.53 -1.42,-1.6 -0.94,-0.76 -1.46,-0.09 -0.41,-2.06 -1.24,-0.19 -0.42,-1.62 0.04,-0.71 -2.51,-0.24 -1.56,-0.46 1.04,-2.97 3.42,0.38 3.61,0.76 3.99,0.95 5.32,-0.57 6.83,-0.57 3.23,-0.19 2.85,1.9 2.28,2.09 3.04,0 4.18,-1.14 3.42,-3.04 3.23,-2.47 3.42,-3.23 3.23,-2.28 2.85,-1.33 5.51,-1.14 3.42,-1.33 0.38,-4.37 -0.38,-4.18 -1.14,-3.99 -1.71,-1.9 -0.57,-2.85 1.52,-0.95 3.42,-2.66 2.66,-2.09 2.09,-2.47 3.61,-3.61 2.28,-3.8 1.33,-1.52 3.04,-1.52 0.76,-3.61 -1.14,-3.23 -2.28,-1.33 -3.04,-2.66 -2.28,-2.85 -0.95,-2.85 -0.46,-3 1.66,-1.43 1.02,-1.74 0.56,-0.54 0.55,-0.31 2.17,-2.39 1.78,-1.53 0.57,-1.94 1.68,-0.78 0.78,-1.23 1.23,-0.45 2.01,-0.56 2.79,-0.39 1.59,0.39 2.67,-0.78 2.22,1.03 1.37,0 1.91,-0.85 1.3,-0.32 1.5,-0.15 1.47,0.02 z m -58.64,-11.89 -0.53,0.15 -0.6,-0.08 -0.75,-0.45 -1.88,-1.96 -2.11,-1.88 -0.08,-1.05 -0.98,-1.28 0.68,-0.15 0.98,0.75 0.98,0.15 0.9,0.45 1.05,0.45 1.05,0.38 -0.08,0.83 0.15,0.6 0.45,0.38 0.45,0.68 -0.3,0.53 0,0.6 0.53,0.6 0.09,0.3 z m -9.4,-10.23 -0.38,0.38 -0.83,-0.3 -0.53,-0.83 -1.05,-1.05 -1.28,-1.05 0.68,-0.38 0.3,0.15 0.98,0.15 0.68,0.45 0.68,0.68 0.38,1.05 0.37,0.75 z m 128.23,-11.75 -1.58,0.23 -1.18,-0.4 -1.3,-0.79 -1.64,-1.35 -1.02,-0.79 -1.07,-1.35 -0.68,-1.47 -0.4,-1.35 -0.51,-1.41 0.62,-0.85 0.56,-0.68 0.68,-0.96 0.9,-1.19 0.39,-1.24 0.62,-1.3 0.51,-0.85 0.06,-0.85 -0.39,-0.45 0.23,-0.56 0.4,-0.45 0.51,0.34 0.17,1.13 0.23,1.07 0.56,0.51 0.51,0.62 0.34,0.85 1.52,0.34 1.52,0.23 1.47,0.56 1.3,0.51 0.62,1.41 0.96,1.13 1.41,1.75 0.68,1.64 0,1.3 -0.34,1.35 -0.34,1.18 -0.79,0.9 -1.35,0.11 -1.58,0.34 -1.52,0.4 -1.08,0.39 z m -115.15,-8.7 0.7,0.6 11.54,0 1.61,-0.7 1.4,-0.7 1.2,-0.4 7.52,0.1 1.2,-0.4 3.52,0 3.11,0.5 3.01,0.5 2.31,0.7 2.01,0.4 1.2,0.4 1.6,0.1 1,-1.2 1.91,0.3 2.01,0.4 1.91,0 1.5,-0.6 1,-0.4 1,0.1 0.4,1.5 0.3,0.6 1.3,-0.2 0.9,-0.8 0.6,-0.5 2.31,-0.3 0.4,1 0.8,0.5 0.8,1 -0.1,1 0.3,1.81 0.4,1 -0.1,1.4 0.3,1.4 -0.4,0.9 -0.6,1.6 0.2,2.01 1.1,0.9 0.6,0.6 0.6,0.3 -0.3,0.7 -1.1,-0.3 -1.71,-0.5 -2.31,0.3 -1.1,0.7 -1.4,-0.6 -1.91,0.6 -1.2,0.5 -0.8,0.4 -2.01,0 -1,-0.5 -1.61,-0.4 -0.6,0.6 -0.9,0.3 -1.6,-0.3 -1.71,-0.4 -1.5,0.4 -1.91,0.1 -0.9,0.5 -1.3,0.8 -1.1,0.3 -0.3,0.8 -1.1,0.3 -1.6,0.4 -0.6,1.4 -0.2,1.2 -0.8,0.4 -1,0.5 -0.7,0.9 -0.9,0.9 -1.5,0.3 -0.2,-1.1 -1.3,-0.1 -0.7,0.3 -0.3,0.7 -1.5,0.9 -1.91,0.2 -1.81,0.6 -1.71,0.4 -2.31,0.7 -2.21,0.8 -2.61,0.4 -2.21,0.2 -1.1,0.8 -1.71,-0.2 -0.8,-1.4 -0.7,-1.71 -1.4,-2.11 -1.4,-0.9 -0.7,-1.81 -1.1,-1.71 -1.3,-0.8 -1.71,-0.3 -2.71,0 -1.1,-1.2 -0.7,-1.4 -0.5,-1.3 -0.5,-2.11 -2.21,-2.01 -2.01,-0.7 -3.31,-0.3 -1.81,-1 -2.31,-0.7 -1.61,-0.8 -2.61,-2.21 -1.1,-1 -1.3,-0.7 -0.8,0 -1.5,0.4 -1.91,-0.5 -1.5,0 -1.81,-0.9 -0.2,-0.7 -1.2,-1.6 -0.8,-0.9 -1.3,0 -0.8,0.9 -1,0.1 -0.9,-0.6 -0.7,-0.5 -0.6,-0.7 -0.6,-0.9 -1.2,-0.5 -1.2,-1.3 -0.2,-1.2 -0.6,-1.4 -0.2,-1.3 -0.4,-0.8 0.1,-1.4 1.2,-0.3 2.31,-0.5 1.5,-0.9 0.9,-0.8 0.6,-1.5 3.31,-0.3 0.7,-0.7 0.4,-1.3 0.7,-0.7 1,0 2.21,0.6 1.6,1.2 2.01,0.6 2.71,1.4 3.41,1.3 3.41,1 3.61,0.7 1.91,1 1.2,0.9 2.01,0.7 0.4,0.8 0,1.6 1.91,1.71 2.31,1 1.5,0.4 3.81,0.5 1.46,1.24 z m 192.9,-16.84 3.51,1.3 2.01,1.71 1.81,1.2 1.71,1.2 2.11,1.6 2.01,2.31 1.6,0.8 1.91,0.7 1.4,1.2 1.3,1.3 1.5,0.8 1.1,0.4 1.1,1.4 0.1,2.01 1.3,1.6 1.4,1.6 0.5,1.33 1.71,2.41 0.6,1.81 0.1,3.91 -0.8,2.11 -0.9,1.5 -0.1,1.91 -1.1,1.71 -0.4,1.4 -0.4,2.71 -0.5,1.1 -0.6,1.5 -0.3,2.21 -0.2,2.81 -0.8,0.9 -0.4,2.51 -0.9,2.61 -0.7,2.01 -1.1,1.3 -0.6,0.9 -2.91,1 -2.01,0.9 -1.71,0.6 -1,-0.6 -2.31,-1 -2.11,-1 -1.5,-0.7 -1.6,0.4 -1.61,0.9 -2.71,0.8 -3.61,1.71 -2.91,1.6 -3.01,1.81 -2.81,1.3 -0.9,0.5 -3.11,0.8 -2.11,1.1 -0.4,1.6 -1.1,0.8 -0.8,0.6 -0.9,0.7 -1.61,1.81 -1.71,1.4 -1.2,0.2 -1.41,0.9 -1.4,0.5 -1.2,-0.9 -0.4,-1.3 -1,-0.8 -1,-0.3 -0.6,-1.61 -1.2,-0.5 -0.5,-0.8 -0.6,-1.4 -1.3,-1.61 -1.1,-0.9 -0.2,-2.21 -1.2,-0.4 0,-1.5 -1.6,-1.1 -1.91,-2.11 -2.01,-2.51 -1.2,-1.71 -1.2,-1.71 -1.1,-1.1 -1.71,0 -0.9,-1 0.2,-1 0.1,-1.86 -0.9,-1.91 -0.8,-1.3 -0.7,-1.1 -0.8,-1.3 -1.81,-1.81 -1.5,-1 -2.11,-0.6 -0.9,-2.11 -2.41,-0.6 -1.81,-0.6 -0.5,-1.2 -0.7,-1.71 -0.8,-0.6 -0.7,-0.6 1.6,-1.1 0.3,-0.9 0.5,-1.4 0.8,-2.01 1.1,-1.81 0.7,-1.3 0.8,-3.31 -0.7,-2.41 -0.8,-0.9 -1,-1.81 -0.8,-2.01 -0.5,-2.51 -0.4,-2.11 -0.3,-2.41 -0.6,-3.31 1.1,-1.2 1.1,-0.2 1.4,1 1.1,0.3 1.4,0.6 1.41,0.2 1.4,0 1.81,0 1.4,0.7 1.4,-0.2 1.5,-0.4 1.1,-0.3 1.4,-0.6 1.1,-1.3 1.91,-1.81 1.15,-0.68 0.8,-1 0,-1.56 0.9,-0.9 0.8,-0.7 0.5,-0.9 0.4,-1.2 0.9,-0.2 0.9,0.4 0.6,0.9 1,1.2 1.15,0.9 2.81,0.2 1,-0.7 1.3,0.3 1.3,1.3 1.1,0.2 1.81,0.3 1,1.3 1.2,0.2 1,-0.7 1,-1.81 0.8,-0.8 1.91,-1 0.4,-1.91 1.8,-0.8 2.21,0.3 1.2,0.2 1.1,0.9 1.81,0.6 2.41,0.5 1.91,0.7 2.71,0.6 1.91,1 3.53,1.73 z"
    },
    {
      "id": "SG-05", "title": "South West", "myColor": "#000", "myCheck": 'false', "d": "m 416.975,260.26064 0.017,0.0796 0,0 -0.017,-0.0796 z m -83.434,-22.94171 0.695,-0.0735 -0.041,0.73144 1.192,0.38487 0.057,0.63976 0.955,-0.22568 0.83,1.60091 6.826,1.08608 1.487,2.91268 -0.348,2.81293 -0.661,1.13545 2.388,1.05082 0.332,-0.35061 0.438,0.51785 0.757,-0.55916 1.293,1.17071 1.482,0.21964 0.336,0.47654 -0.225,0.56521 1.939,0.68913 -0.796,0.73547 3.627,-0.26296 -0.389,1.28557 0.694,1.2503 2.597,0.40602 1.534,-1.16869 0.964,0.21661 3.789,-2.11574 2.095,1.79334 -0.044,3.3187 1.783,1.21504 0.701,-0.16423 -0.025,0.96418 2.057,-1.05082 0.256,-0.88761 1.427,-0.36068 2.304,0.88559 -0.049,0.52692 1.174,-0.19243 0.525,0.6176 0.731,-0.67301 1.564,-0.0584 4.5,1.90417 0.598,0.96619 3.364,1.75405 0.716,-0.85335 1.425,0.46244 1.27,-0.53901 -0.049,-0.56419 0.799,-0.0826 0.06,-0.63774 1.729,-0.35867 0.619,-1.29363 0.564,0.0353 0.411,3.17563 1.489,1.08205 1.961,-0.16522 0.202,0.87249 0.975,0.0584 0.597,0.55211 0.584,-1.41049 2.046,-0.75664 2.918,1.39237 0.961,-0.2952 0.542,-0.9813 1.171,0.64681 0.685,-0.1078 0.488,-1.33091 1.234,0.76671 0.826,-1.17676 0.81,1.60394 1.357,0.60248 0.13,0.64379 0.674,0.002 0.097,-0.63473 1.261,-1.07097 0.183,-2.30011 0,0 0.822,0.57729 0.479,-0.6186 1.318,-0.34255 0.045,0.46043 -1.138,0.97929 0.309,0.43523 0.68,-0.0997 0.058,0.68208 0.814,0.59442 -0.784,0.65084 0.15,0.43524 0.627,-0.13601 0.509,0.63775 -1.625,1.69058 -1.461,0.67502 -1.563,1.80241 -0.678,-0.0463 -0.51,0.8604 -1.026,-0.25994 0.085,1.65028 -0.633,-0.0725 -0.142,0.3617 -0.381,-0.51483 -1.482,1.08608 -0.255,2.54393 -0.548,0.54405 0.399,0.94805 1.843,0.45942 -0.576,0.54002 0.568,0.32139 -0.252,1.04981 0.71,-0.0363 0.599,1.08709 1.834,0.79391 -0.272,1.25131 0.392,0.0927 -0.696,1.06794 0.308,1.16769 0.776,0.76268 -0.051,0.54405 -0.896,-0.13098 -0.42,-0.56319 -0.068,0.37983 -0.368,-0.19949 -0.013,-0.51583 -1.256,-0.26498 -0.566,0.74152 -0.414,-0.27202 -0.33,1.17575 -0.62,0.0191 -0.526,0.70625 -0.572,-0.2428 -0.466,0.91984 0.139,0.62868 0.484,0.13299 -0.102,0.92387 1.518,1.26844 -0.705,1.0075 0.29,0.81305 -1.027,-0.49267 0,0 -0.09,-0.59543 -1.581,-0.23676 -0.495,-1.24627 -1.616,-0.0292 -0.562,-0.85839 -0.684,0.40502 -0.161,1.14451 -1.219,-0.31434 0.297,0.75865 -0.482,0.50073 -0.011,1.07096 -1.682,-0.76166 -0.459,0.52087 -0.972,-0.41811 -0.678,3.10108 -0.849,-0.38386 -0.82,0.3768 -1.352,1.51125 0.237,3.20787 -0.149,0.62868 -0.765,0.0665 -0.752,0.76973 0.379,0.48058 -0.967,4.49545 -2.52,-0.83219 -0.67,1.29866 0.273,1.10422 -0.728,-0.65991 -0.456,0.38889 -0.368,-0.41005 -0.769,0.0846 0.115,-0.69014 -0.601,-0.58334 -0.55,0.0413 -0.403,0.97324 -1.323,0.35061 -1.37,-1.02563 -1.177,1.61602 -0.858,0.39897 -0.358,2.1369 -0.477,0.0715 -0.285,1.22612 -0.767,-0.24281 -1.357,-1.48606 -1.499,-0.42214 0.697,-1.07097 -0.176,-1.14754 0.394,-0.59543 -1.229,0.18941 -0.979,-0.82816 -0.469,0.61357 -1.291,-0.42416 -0.186,-2.34545 -0.793,-0.94906 -0.994,0.11485 0.241,-0.88357 -2.099,1.09615 -1.519,-1.57472 -2.104,0.0312 -0.848,-0.54808 -0.84,2.52277 -0.986,0.60853 0.317,2.42605 -1.845,-0.48662 -0.173,0.87249 -0.659,-10e-4 -0.388,0.93898 -0.666,-0.6045 -4.27,0.55413 -0.012,0.67905 -2.748,0.79189 0.392,0.76973 -1.674,1.15761 -0.502,-0.17429 0.224,-1.22411 -0.479,0.57024 -1.316,0.0665 -0.458,0.83521 -1.476,0.0887 -0.374,-2.08955 -0.958,0.23677 -0.037,-1.35912 -0.781,-0.41408 -2.437,1.68554 -0.433,1.44274 -1.796,-0.4292 -0.141,0.65387 -0.925,0.17732 0.083,0.8473 -0.669,1.20598 -0.817,-1.18784 -0.776,0.16724 0.106,-0.63976 -0.844,-0.70323 -0.97,-0.14105 -0.436,-0.63674 0.321,-0.17832 -0.779,-0.45237 0.021,-0.69014 0.674,-0.50677 -0.699,-1.45784 -0.497,0.0403 0.228,0.28411 -0.48,0.48763 -0.464,-0.51685 -0.366,0.41509 -0.611,-0.46546 -0.323,0.18941 0.134,0.84629 -0.695,-0.68912 -0.126,0.81808 -0.633,0.54002 -1.319,-3.01745 -1.142,-0.59442 -1.334,2.07846 -1.266,0.34658 -3.168,0.64379 -4.574,-0.50878 0,0 0.904,-2.28702 -0.918,-0.58838 0.339,-0.68107 -0.69,-0.56722 -0.019,-0.7395 -0.56,0.10478 -1.389,-1.17575 0.075,-1.12941 -0.762,-0.86745 -0.212,-3.23507 -0.538,-0.15818 0.82,-2.47542 -0.461,-1.32486 0.299,-0.40703 0.809,-0.18739 0.44,-0.9803 1.068,-0.0625 1.657,-1.52334 0.517,0.22064 1.219,-0.49568 0.583,-0.89265 0.812,-0.0776 -0.288,-0.16523 0.405,-0.41106 0.197,0.23072 0.596,-0.56723 0.616,0.52693 0.784,-0.53599 -0.104,-0.47957 0.921,-0.12292 -0.589,-0.67401 0.856,-0.18135 1.38,-1.97066 3.338,-1.83869 -0.144,-1.35105 0.519,-0.5773 1.126,-0.24683 0.965,0.64177 0.18,0.78585 1.731,0.18941 -0.042,-0.36371 0.732,0.1209 0.267,-1.69058 1.019,-0.0957 0.458,1.14552 0.982,-0.3496 0.829,0.85235 0.758,-0.15113 0.236,-0.9813 -0.094,0.78383 0.438,0.20452 0.069,-1.21907 1.569,0.1884 -0.629,-0.7526 0.412,-0.77879 -1.334,-1.01153 -0.618,0.0746 0.035,-1.01153 -2.205,-0.34255 -0.314,-0.90775 -1.191,-0.65286 -1.152,0.28814 -1.979,-1.2503 -0.745,0.21157 0.021,-0.7929 -1.595,-1.65934 -0.879,-0.0736 -0.647,-1.0619 -0.139,-2.23362 1.42,0.45538 0.704,-0.95208 0.97,0.37479 0.469,-1.66439 -0.217,-1.33291 -2.079,-0.24583 -1.278,-1.49916 -0.607,0.32441 -1.667,-0.36672 -0.002,-1.58983 1.263,0.22265 0.243,-0.54707 1.541,-0.27102 0.728,-1.31679 -0.016,-1.01455 3.986,1.02059 2.977,-0.65185 -0.255,-1.03369 -1.603,-0.30628 -0.578,-1.62006 -1.061,0.5632 -0.28,-0.2408 -0.196,-0.41307 0.579,-1.21303 -0.234,-1.2634 -0.667,-0.2015 -0.844,0.85738 -0.78,-0.4977 0.192,-0.75059 -0.842,-0.31131 -0.222,0.55714 -0.796,-0.34255 -0.091,-0.94402 -0.477,-0.2559 0.455,-0.45237 -0.122,-1.9485 -1.048,-0.56319 0.627,-0.63271 -1.702,0.0584 0.824,-2.53285 -0.509,-0.81708 -1.183,-0.57528 0.58,-1.05586 -0.188,-0.49972 -1.299,0.33348 -0.538,-0.27303 0.619,-0.66595 0,0 1.045,-0.78686 -0.694,-0.18034 -0.104,-0.86443 1.318,-0.49368 2.013,0.37278 1.427,-1.31982 0.048,-0.64682 0.423,0.0826 z"
    },
  ]

and fillColor() is my method to change the colors of specific path based upon conditions

fillColor() {
    for (let i = 0; i < this.myData.length; i++) {
      if (this.myData[i].title === 'Central Singapore') {
        this.myData[i].myCheck = 'true';
        console.log('hhhhhhhhh', this.myData);
      }
    }
  }

What I need to do is if myFilteredArray is containing [{Central Singapore},{South West}] in the list then that part of SVG should turned its color.

myFilteredArray = [{Central Singapore},{South East}];

And myFilteredArray will be dynamic, it may contain anything in the list enter image description here


Solution

yout filtered should be an array of strings:

  myFilteredArray = ["Central Singapore","South East"];

Use:

  fillColor() {
    this.myData.forEach(x=>{
      x.class=this.myFilteredArray.indexOf(x.title)>=0?'red':'green'
    })
  }

<svg class="height-width" version="1.1" id="svg2" height="695.70178" width="611.85999"
        mapsvg:geoViewBox="68.184010 37.084109 97.418146 6.753659">
        <path class="select" *ngFor="let item of myData" [attr.d]="item.d" [attr.title]="item.title"
            [attr.id]="item.id" [attr.class]="item.class" />
</svg>

Note: declare an interface

export interface DataInterface{
  id:string;
  title:string;
  myColor:string;
  myCheck:string;
  d:string;
  class?:string;
}

And your data as

myData:DataInterface[] = [...}

Your forked stackblitz



Answered By - Eliseo
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
This Answer collected from stackoverflow and tested by AngularFix community admins, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0
Newer Post Older Post Home

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Popular Posts

  • Why can't I enqueue multiple Google Fonts in WordPress functions.php?
    Issue I'm using wp_enqueue_style to enqueue this Google Font file . Here is m...
  • How to use custom global declaration in NextJS 14
    Issue I want to use custom global declaration in NextJS I have a NextJS project i...
  • Letting items go off the div in a horizontal list
    Issue I am trying to recreate this concept app's home page with html css only....
  • NG5002: Cannot parse expression. @for loop expression must match the pattern "<identifier> of <expression>"
    Issue after migrating to new angular 17 and updating my template, ng serve throws ...
  • Error fetching access token: Error while making request: getaddrinfo ENOTFOUND metadata.google.internal. ERROR HAPPENS SOMETIMES?
    Issue To preface, this is the error. Promise { <pending> } nodejsproject\node_modul...
  • How to test Input with React Testing Library?
    Issue I am trying to test an input value of Search component via React Testing L...
  • How to turn an image darker and blur using CSS?
    Issue I'm learning CSS but I don't know how to blur an image or background! Please...
  • propType "name" is not required, but has no corresponding defaultProps declaration
    Issue I have a component with optional props. I'm defining the default values of the o...
  • I want to dynamically change the content of the form on my page
    Issue I have a Laravel 8 project. I added three new tags to this project.Currently...
  • Create a DisplayComponent having a display-component selector
    Issue I am asked to create an Angular component named DisplayComponent and having display...

Labels

.d.ts .htaccess .net .net-5 .net-6.0 .net-8.0 .net-core 2-way-object-databinding 2d 3d 3d-model 3d-modelling 960.gs a2hs aar abortcontroller abp abp-framework absolute abstract abstract-class accelerator access-control-allow-origin access-token accessibility accordion ace-editor acfpro ack acronym action actioncable actionsheet active-directory adal adb adblock addeventlistener adfs adjustment adminlte admob adobe-brackets adonis.js adonisjs-ace ads adsense advanced-custom-fields advertisement-server adyen aes aframe ag-grid ag-grid-angular ag-grid-ng2 ag-grid-react aggregation agm agm-core agm-map agora-web-sdk-ng agora.io airbrake airplay airtable ajax ajax.net ajsf ajv alert alexa-skill alexa-skills-kit algebraic-data-types algolia algorithm alias alignment alpine.js alt alt-attribute altbeacon alter amazon-cloudformation amazon-cloudfront amazon-cognito amazon-dynamodb amazon-dynamodb-streams amazon-ec2 amazon-ecr amazon-elastic-beanstalk amazon-glacier amazon-iam amazon-rds amazon-s3 amazon-sns amazon-sqs amazon-vpc amazon-web-services amcharts amcharts4 amcharts5 amp-html ampersand amplify amplifyjs amplitude-analytics analytics anchor anchor-scroll anchor-solana android android-10.0 android-11 android-12 android-app-bundle android-appcompat android-build android-chrome android-dark-theme android-emulator android-espresso android-gradle-plugin android-intent android-location android-night-mode android-permissions android-sdk-tools android-softkeyboard android-spannable android-sqlite android-studio android-studio-4.2 android-toast android-tv android-vibration android-view android-webview androidx angle angular angular-abstract-control angular-activatedroute angular-akita angular-animations angular-auth-oidc-client angular-auxiliary-routes angular-binding angular-bootstrap angular-bootstrap-calendar angular-breadcrumb angular-broadcast angular-builder angular-cache angular-calendar angular-cdk angular-cdk-drag-drop angular-cdk-overlay angular-cdk-virtual-scroll angular-changedetection angular-chart angular-chosen angular-cli angular-cli-v6 angular-cli-v8 angular-cli-v9 angular-compiler angular-compiler-cli angular-component-life-cycle angular-component-router angular-components angular-config angular-content-projection angular-controller angular-controlvalueaccessor angular-cookies angular-custom-validators angular-dart angular-datatables angular-date-format angular-daterangepicker angular-decorator angular-dependency-injection angular-devkit angular-di angular-directive angular-dom-sanitizer angular-dragdrop angular-dynamic-components angular-dynamic-forms angular-e2e angular-elements angular-errorhandler angular-eslint angular-event-emitter angular-factory angular-file-upload angular-filters angular-flex-layout angular-fontawesome angular-formbuilder angular-formly angular-forms angular-fullstack angular-google-maps angular-gridster2 angular-guards angular-highcharts angular-http angular-http-interceptors angular-httpclient angular-httpclient-interceptors angular-hybrid angular-i18n angular-in-memory-web-api angular-inheritance angular-injector angular-input angular-ivy angular-jest angular-json angular-kendo angular-language-service angular-lazyloading angular-leaflet-directive angular-library angular-lifecycle-hooks angular-load-children angular-local-storage angular-localize angular-maps angular-material angular-material-15 angular-material-5 angular-material-6 angular-material-7 angular-material-datetimepicker angular-material-paginator angular-material-stepper angular-material-table angular-material-theming angular-material2 angular-migration angular-mock angular-module angular-module-federation angular-moment angular-nativescript angular-ng-class angular-ng-if angular-ngfor angular-ngmodel angular-ngmodelchange angular-ngrx-data angular-ngselect angular-nvd3 angular-oauth2-oidc angular-observable angular-output angular-package-format angular-pipe angular-promise angular-providers angular-pwa angular-reactive-forms angular-renderer angular-renderer2 angular-resolver angular-resource angular-route-guards angular-router angular-router-events angular-router-guards angular-router-params angular-routerlink angular-routing angular-schema-form angular-schematics angular-seed angular-service-worker angular-services angular-signals angular-slickgrid angular-social-login angular-socket-io angular-spectator angular-ssr angular-standalone-components angular-state-managmement angular-storybook angular-strap angular-structural-directive angular-template angular-template-form angular-template-variable angular-test angular-testing-library angular-theming angular-toastr angular-tour-of-heroes angular-transfer-state angular-translate angular-tree-component angular-trix angular-ui angular-ui-bootstrap angular-ui-grid angular-ui-modal angular-ui-router angular-ui-router-extras angular-ui-select angular-ui-tree angular-ui-typeahead angular-unit-test angular-universal angular-upgrade angular-validation angular-validator angular-webpack angular10 angular11 angular12 angular13 angular14 angular14upgrade angular15 angular16 angular17 angular2-animation angular2-aot angular2-changedetection angular2-cli angular2-components angular2-custom-pipes angular2-databinding angular2-decorators angular2-di angular2-directives angular2-form-validation angular2-formbuilder angular2-forms angular2-google-maps angular2-guards angular2-highcharts angular2-hostbinding angular2-http angular2-material angular2-meteor angular2-modules angular2-moment angular2-nativescript angular2-ngcontent angular2-ngmodel angular2-observables angular2-pipe angular2-providers angular2-router angular2-router3 angular2-routing angular2-select angular2-services angular2-styleguide angular2-template angular2-testing angular2-toaster angular2-ui-bootstrap angular2-universal angular2viewencapsulation angular4 angular4-aot angular4-forms angular4-router angular5 angular6 angular7 angular8 angular9 angularbuild angulardraganddroplists angularfire angularfire2 angularjs angularjs-1.5 angularjs-1.6 angularjs-authentication angularjs-bindings angularjs-bootstrap angularjs-compile angularjs-components angularjs-controller angularjs-controlleras angularjs-digest angularjs-directive angularjs-e2e angularjs-filter angularjs-forms angularjs-google-maps angularjs-http angularjs-interpolate angularjs-log angularjs-material angularjs-module angularjs-ng-change angularjs-ng-checked angularjs-ng-class angularjs-ng-click angularjs-ng-disabled angularjs-ng-form angularjs-ng-href angularjs-ng-if angularjs-ng-init angularjs-ng-model angularjs-ng-repeat angularjs-ng-route angularjs-ng-show angularjs-ng-switch angularjs-ng-transclude angularjs-ng-value angularjs-ngmock angularjs-nvd3-directives angularjs-orderby angularjs-q angularjs-resource angularjs-routing angularjs-scope angularjs-select angularjs-service angularjs-slider angularjs-templates angularjs-timeout angularjs-track-by angularjs-validation angularjs-watch angulartics animate-on-scroll animate.css animated animation anime.js annotations anonymous anonymous-function ansible ant-design-pro ant-media-server antd antialiasing antora antplus antv any aos.js aot apache apache-echarts apache-fop apache-kafka apache-spark apache-superset apache-zeppelin apache2 apex apexcharts api api-design api-gateway api-key apk apollo apollo-angular apollo-client apollo-server app-initializer app-router app-service-environment app-store appbar appdata appearance append appendchild appery.io appium appium-android apple-app-site-association apple-m1 apple-push-notifications applepay applepay-web applepayjs application-server apply aptana arabic arcgis-js-api architecture argument-passing arguments aria-role arima arquero array-filter array-merge array-reduce array-splice arraybuffer arraylist arrayobject arrayofarrays arrays arrow-functions arrow-keys article asar ascii asp-net-core-spa-services asp.net asp.net-ajax asp.net-core asp.net-core-2.0 asp.net-core-2.1 asp.net-core-3.1 asp.net-core-6.0 asp.net-core-7.0 asp.net-core-8 asp.net-core-css-isolation asp.net-core-identity asp.net-core-mvc asp.net-core-razor-pages asp.net-core-signalr asp.net-core-webapi asp.net-identity asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-mvc-5 asp.net-web-api asp.net-web-api-routing asp.net-web-api2 aspect-ratio aspnetboilerplate aspnetcore-environment assets assign astro astrojs async-await async-pipe asynchronous asynchronous-javascript atom-editor attachment attr attributes audio audio-streaming audiocontext audiotrack augmented-reality auth-guard auth0 auth0-connection authentication authority authorization authorize.net autocomplete autofill autofocus autogrow automated-tests automatic-ref-counting automation automation-testing autonumeric.js autoplay autoprefixer autoresize autosize autosuggest avatar avif awk aws-amplify aws-amplify-cli aws-amplify-vue aws-api-gateway aws-appsync aws-cdk aws-cdk-typescript aws-chatbot aws-cloudformation aws-cloudformation-custom-resource aws-code-deploy aws-codeartifact aws-codebuild aws-codepipeline aws-lambda aws-sam aws-sdk aws-sdk-js aws-secrets-manager aws-security-group aws-serverless aws-ssm aws-step-functions aws-userpools axes axios axis-labels azure azure-active-directory azure-ad-b2c azure-ad-b2c-custom-policy azure-ad-graph-api azure-ad-msal azure-api-management azure-application-insights azure-application-insights-profiler azure-appservice azure-blob-storage azure-cdn azure-cosmosdb azure-cosmosdb-sqlapi azure-devops azure-devops-extensions azure-devops-rest-api azure-functions azure-maps azure-notificationhub azure-pipelines azure-pipelines-yaml azure-signalr azure-static-web-app azure-static-website-hosting azure-storage azure-virtual-machine azure-virtual-network azure-web-app-service b2b babel-jest babel-loader babel-plugin-react-css-modules babeljs back back-button backbone-events backbone.js backdrop backend background background-clip background-color background-image background-size backstage badge bamboo banner bar-chart barcode-scanner base-tag base58 base64 base64url bash basic-authentication batch-file batch-processing bazel bdd bearer-token beautifulsoup beego behaviorsubject bem bigcartel bigint biginteger binance binance-api-client binary bind binding bing bing-maps bitbucket bitbucket-pipelines bitmap blade blazor blazor-hybrid blazor-server-side blazor-webassembly blazorise blending blob block blockchain blockly blockquote blogdown blogger blogs bluebird bluetooth bluetooth-lowenergy blur bnf body-parser boilerplate bokeh bold boolean boolean-logic boost-propertytree bootbox bootstrap-3 bootstrap-4 bootstrap-5 bootstrap-5.1 bootstrap-accordion bootstrap-cards bootstrap-carousel bootstrap-datepicker bootstrap-datetimepicker bootstrap-icons bootstrap-modal bootstrap-popover bootstrap-select bootstrap-table bootstrap-tags-input bootstrap-vue bootstrap5-modal border border-box border-image border-radius border-spacing botframework bottomnavigationview bower box box-shadow brain.js braintree branch breadcrumbs break breakpoints brightcove brightness broadcast browser browser-cache browser-detection browser-history browser-support browser-sync browser-tab browserstack bryntum-scheduler brython bubble-sort buffer build build-automation build-definition build-error build.gradle builtwith bull.js bullmq bulma bun bundler bundling-and-minification button buttonclick buttongroup buybutton.js c c# c#-4.0 c++ cache-control caching cakephp calc calculation calculator calendar calendly call callback callkit callstack camelcasing camera camera-api canactivate canactivatechild candeactivate cannon.js canvas capacitor capacitor-plugin capitalization capitalize capslock captcha caption capture capturestream capturing-group carbon-design-system card caret cargo carousel carriage-return cart cas case casting catalyst cdn cell center centering centos cgi cgi-bin chai chai-as-promised chakra-ui chalk change-detector-ref character character-encoding chart.js chart.js2 chartjs-2.6.0 chartjs-plugin-zoom charts chat chatbot checkbox checked checkmarx checkout cheerio child-process children chinese-locale chm choicesjs chord chrome-custom-tabs chrome-extension-manifest-v3 chromium chron chunking cicd circular-dependency citations cjk ckeditor ckeditor4.x ckeditor5 claims-authentication clasp class class-attributes class-names class-transformer class-validator classname clean-architecture clearfix clerk click clickable client client-side client-side-attacks client-side-validation clip clip-path clipboard clipping clock clone clonenode cloning closures cloud cloud-foundry cloudflare cloudinary cmd cocoapods code-coverage code-formatting code-generation code-injection code-push code-reuse code-signing code-translation codegen codehooks.io codeigniter codeigniter-3 codeigniter-restserver codelyzer codenameone codepen codesandbox coding-style coffeescript col collapsable collapse collation collect collections colon color-blending color-picker color-scheme color-space colors column-chart column-count column-width combinelatest combo-chart combobox cometchat command-line command-line-interface comments commonjs communication comobject compare comparison compass compass-sass compatibility compilation compile-time compiler-errors compiler-options compiler-warnings complextype component-store components compound-operator computed-properties computer-science computer-vision concatenation concatmap concurrently conditional conditional-compilation conditional-formatting conditional-operator conditional-rendering conditional-statements conditional-types config config.json configuration confirm confirm-dialog conflict connect-four connectivity console console.log constants constraint-validation-api constructor constructor-overloading contact contact-form-7 container-queries containers contains content-management-system content-security-policy content-type contenteditable contentproperty context-api contextmenu contextpath continuous-integration contrast contravariance controller controlvalueaccessor conventions converters cookies copy copy-constructor copy-paste cordova cordova-2.0.0 cordova-3 cordova-android cordova-ios cordova-plugin-advanced-http cordova-plugin-fcm cordova-plugin-firebasex cordova-plugin-proguard cordova-plugins core-js core-web-vitals correlation cors cors-anywhere couchdb countdown covariance cpanel cpu cpu-word crash create-react-app createcontext createelement createjs cron cropperjs cross-browser cross-domain cross-origin-read-blocking cross-origin-resource-policy cross-platform cross-window-scripting crt crud cryptography cryptojs cs50 csp csproj csrf csrf-token css css-animations css-calc css-cascade css-content css-counter css-filters css-float css-functions css-gradients css-grid css-houdini css-hyphens css-import css-in-js css-layer css-loader css-mask css-modules css-multicolumn-layout css-position css-print css-reset css-selectors css-shapes css-specificity css-sprites css-tables css-transforms css-transitions css-variables cssnano cssom csv cucumber cucumberjs cufon cumulative-layout-shift cups curl currency currency-formatting currency-pipe currying cursor curve custom-attributes custom-build custom-button custom-component custom-controls custom-cursor custom-data-attribute custom-directive custom-domain custom-element custom-font custom-post-type custom-type customization customvalidator cypress cypress-component-test-runner cypress-conditional-testing cypress-cucumber-preprocessor cypress-each d3-dag d3.js d3tree daisyui danfojs dangerouslysetinnerhtml darkmode dart dart-html dart-sass dashboard data-binding data-conversion data-retrieval data-structures data-transform data-uri data-visualization database database-migration dataframe datagrid datalist datasource datatable datatables date date-fns date-format date-formatting date-pipe date-range datepicker daterangepicker datetime datetime-format datetimepicker dayjs days deadline-timer debian debounce debouncing debugging decentralized-applications decimal decimalformat deck.gl declaration declarative declarative-programming declare decoder decoding decorator deep-copy deep-linking deeplink default default-value deferred deferred-loading defineproperty definitelytyped definition delay delegates deno denodb dependencies dependency-injection dependency-management deploying deployment deprecated descendant deserialization design-patterns desktop desktop-application destructuring details-tag detection dev-to-production developer-tools development-environment devexpress devextreme devextreme-angular device device-detection device-orientation devise devops devtools dexie dexiejs dhtml dhtmlx diagonal diagram dialog dictionary diff difference digital-ocean digital-signature dijit.layout directive directory directory-structure dirpagination disable disabled-control disabled-input discord discord.js discriminated-union dispatch display displayobject displaytag disqus distinct-values divi divi-theme divider division django django-admin django-celery django-crispy-forms django-csrf django-extensions django-filter django-forms django-models django-rest-framework django-templates django-views django-weasyprint django-webpack-loader djangocms-text-ckeditor dji-sdk dns docfx docker docker-compose docker-swarm dockerfile doctype document document-ready documentation dojo dom dom-events dom-manipulation dom-to-image domain-driven-design domain-name domdocument domparser dompdf donut-chart dotenv dotnetnuke download drag drag-and-drop draggable drake draw drawimage drawing drizzle drop-down-menu dropdown dropdownbox dropshadow dropzone.js drupal dry dspace dt dto duplicates durandal duration dwr dx-data-grid dynamic dynamic-arrays dynamic-data dynamic-html dynamic-import dynamic-programming dynamic-routing dynamic-values dynamically-generated dynamicgridview dynamics-crm dynamics-marketing dynamodb-queries e-commerce e2e e2e-testing each eager-loading easeljs easy-peasy echarts echo eclipse ecma ecmascript-2016 ecmascript-2017 ecmascript-2019 ecmascript-2020 ecmascript-5 ecmascript-6 ecmascript-next editor editorconfig editorjs effect effects ej2-gantt ej2-syncfusion ejs el-plus elastic-stack elasticsearch electron electron-builder electron-forge electron-packager element element-plus element-ui elementor elementref elementtree elixir elk ellipse ellipsis elm elysiajs emacs email email-attachments email-confirmation email-formats email-templates email-validation embed embedded-fonts ember.js emitter emmet emoji emojione emotion empty-list emulation encapsulation encoding encryption end-to-end endpoint enjoyhint enter enterprise entities entity entity-framework entity-framework-core enums environment environment-variables enzyme eos epub equivalent erase erb error-handling es6-class es6-module-loader es6-modules es6-promise esbuild escaping escpos eslint eslint-config-airbnb eslintrc esmodules esri esri-maps ethereum euro event-binding event-driven event-handling event-listener event-loop event-propagation eventemitter events eventstoredb excel excel-addins excel-formula excel-online excel-web-addins excel4node exceljs exception execcommand exif-js expand expandable-table expansion expo expo-sqlite export export-to-csv export-to-excel express express-handlebars express-session extend extending extends external external-js external-url extjs extract fabricjs facade facebook facebook-comments facebook-graph-api facebook-ios-sdk facebook-javascript-sdk facebook-login facebook-opengraph facebook-sharer facebook-social-plugins facelets factory factory-pattern fade fadein failed-installation faker.js fallback fancybox farsi fast-xml-parser fastapi fastcgi fastify fastlane faunadb favicon fetch fetch-api ffmpeg fido figma figure file file-io file-link file-not-found file-structure file-upload fileapi filelist filenames filepath filereader files-app filesaver.js filesystems filetree filter filtering final find findall findelement fingerprint firebase firebase-admin firebase-analytics firebase-app-check firebase-authentication firebase-cli firebase-cloud-messaging firebase-console firebase-dynamic-links firebase-extensions firebase-hosting firebase-notifications firebase-realtime-database firebase-security firebase-storage firebase-tools firebaseui firebug fireflysemantics-slice firefox firefox-addon firefox-addon-webextensions firefox-developer-tools firefox4 firewall fixed fixed-length-array fixed-width fixtures flash flask flask-autoindex flask-cors flask-mail flask-restful flask-socketio flask-sqlalchemy flask-wtforms flatpickr flex3 flexbox flexdashboard flexslider flextable flicker flickity flickr flip floating-action-button flowbite flower fluent-ui fluentui-react fluentvalidation fluid fluid-layout flutter flutter-test flutter-web flying-saucer focus folium font-awesome font-awesome-4 font-awesome-5 font-awesome-6 font-face font-family font-size fonts footer for-in-loop for-loop foreach foreground-service foregroundnotification foreignobject forgerock forgot-password fork-join form-control form-data form-fields form-submit form-verification formarray format formatdatetime formatting formbuilder formgroups formik formio formmail forms formula forward-reference forwarding foundation foundry-slate fp-ts fpm fragment framer-motion frameset frameworks freemarker freeze freshjs froala frontend frontpage fs full-width fullcalendar fullcalendar-3 fullcalendar-4 fullcalendar-5 fullcalendar-6 fullcalendar-scheduler fullscreen function function-call function-parameter functional-programming fusioncharts fxml gallery game-development gantt-chart garbage-collection gatsby gatsby-plugin-mdx gauge gcloud gdi+ generator generic-function generic-type-argument generic-type-parameters generics geojson geolocation geometry geonames geoserver gesture get getattribute getcomputedstyle getdate getelementbyid getelementsbyclassname getelementsbytagname getimagesize getter getter-setter getuikit getusermedia getvalue gherkin ghost-blog gif gis git git-bash git-diff git-husky gitbook github github-actions github-api github-flavored-markdown github-pages gitignore gitlab gitlab-ci gitlab-ci-runner global global-variables glyphicons gmail gmail-api go go-echo gojs golden-layout google-admin-sdk google-ads-api google-analytics google-analytics-4 google-analytics-api google-api google-api-java-client google-api-js-client google-app-engine google-apps-marketplace google-apps-script google-authentication google-calendar-api google-chrome google-chrome-console google-chrome-devtools google-chrome-extension google-chrome-headless google-chrome-warning google-cloud-build google-cloud-firestore google-cloud-functions google-cloud-platform google-cloud-pubsub google-cloud-scheduler google-cloud-sql google-cloud-storage google-cloud-vertex-ai google-colaboratory google-compute-engine google-developer-tools google-dfp google-diff-match-patch google-docs google-docs-api google-drive-api google-finance-api google-font-api google-fonts google-forms google-geolocation google-index google-login google-map-react google-maps google-maps-api-3 google-maps-autocomplete google-maps-markers google-material-icons google-oauth google-one-tap google-pagespeed google-places-api google-play google-play-billing google-play-console google-play-services google-plus google-plus-signin google-reviews google-roads-api google-search google-secret-manager google-sheets google-signin google-street-view google-street-view-static-api google-tag-manager google-text-to-speech google-translate google-visualization google-web-designer google-webfonts google-workspace googleplacesautocomplete gps gradient gradle grammar graph graphical-logo graphics graphql graphql-codegen graphql-js graphql-mutation graphviz gravatar gravity grayscale greasemonkey grecaptcha grep grid grid-layout gridstack gridster gridview groovy group-by grouping grpc grpc-js grpc-node grpc-web gruntjs gsap gsub gtag.js gtk gtk3 guard guid guidewire gulp gulp-imagemin gulp-sass gulp-typescript gulp-uglify gun gutenberg-blocks gwt h2 hamburger-menu hammer.js hana handle handlebars.js handsontable hapi hapijs hardhat hardware hash hash-location-strategy hashbang hashmap hashtag hbs hdiv hdpi header headless-cms headless-ui heads-up-notifications heatmap heic height helmet.js helper heroku heuristics hex hibernate hidden hide hierarchy highcharts highcharts-gantt higher-order-components higher-order-functions highlight highlight.js highlighting histogram history history.js hls.js home-button hono hook hook-woocommerce horizontal-alignment horizontal-scrolling host hosting hot-module-replacement hot-reload hotkeys hover href hsl htdocs html html-agility-pack html-content-extraction html-datalist html-email html-encode html-entities html-frames html-framework-7 html-head html-heading html-helper html-imports html-injections html-input html-lists html-parsing html-pdf html-rendering html-sanitizing html-select html-table html-tbody html-templates html-to-pdf html-validation html-webpack-plugin html.actionlink html2canvas html2pdf html4 html5-audio html5-canvas html5-draggable html5-filesystem html5-history html5-template html5-video htmlcollection htmlelements htmllint htmlspecialchars htmltools htmlunit htmx http http-accept-language http-delete http-equiv http-error http-get http-headers http-live-streaming http-options-method http-parameters http-patch http-post http-proxy http-proxy-middleware http-status-code-400 http-status-code-401 http-status-code-404 http-status-code-405 http-status-code-415 http-status-code-500 http-status-code-503 http-status-codes http2 httpbackend httpclient httpcontext httpcookie httpexception httpinterceptor httprequest httpresponse https httpserver httpwebrequest httpwebresponse httr huawei-mobile-services hugo husky hybrid-mobile-app hybris hydration hyperledger-composer hyperledger-fabric hyperlink hyperscript hyphen hyphenation i18next ibeacon icecast ico icon-fonts icons id3 ide identityserver3 identityserver4 idioms idp ienumerable if-statement ifc iframe iframe-resizer ignite-ui iife iis iis-10 iis-7 iis-7.5 iis-8 iisnode image image-cropper image-gallery image-processing image-resizing image-scaling image-size image-slider imagemap imagepicker imageset imaskjs imei imgur immutability immutable.js implements import import-from-excel importerror in-app-purchase inappbrowser include increment indentation index-signature indexeddb indexing indexof inertiajs inference infinite-scroll influxdb info information-visualization infragistics inheritance init initialization initializer inject injectable injection-tokens inline inline-styles inline-svg inner-classes innerhtml innertext input input-mask input-type-file inputbox inputevent inquirer insert inspect instagram installation instance instanceof integer integration intellij-idea intellisense interact.js intercept interceptor interface internationalization internet-explorer internet-explorer-11 internet-explorer-6 internet-explorer-7 internet-explorer-8 internet-radio interpolation intersection intersection-observer intersection-types intl-tel-input intrinsicattributes intro.js invariance inversion-of-control invisible-recaptcha invokescript ion-checkbox ion-content ion-grid ion-infinite-scroll ion-item ion-menu ion-radio-group ion-range-slider ion-segment ion-select ion-slides ion-toggle ionic ionic-appflow ionic-cli ionic-cordova ionic-enterprise-auth ionic-framework ionic-native ionic-native-http ionic-plugins ionic-popover ionic-popup ionic-react ionic-storage ionic-tabs ionic-v1 ionic-view ionic-vue ionic-webview ionic2 ionic2-calendar ionic3 ionic4 ionic5 ionic6 ionic7 ionicons ios ios-camera ios-permissions ios-simulator ios10 ios11 ios13 ios15 ip ipad ipc ipcmain ipconfig ipcrenderer iphone iphone-standalone-web-app ipython isnull iso8601 isodate istanbul itemcontainerstyle iter-ops iteration iterm2 itext itext7 itfoxtec-identity-saml2 itms-90809 itunes-search-api ivy jackson jaeger jakarta-ee jar jasmin jasmine jasmine-marbles jasmine-ts jasmine2.0 java java-8 javafx javafx-8 javascript javascript-debugger javascript-decorators javascript-framework javascript-import javascript-marked javascript-objects javascript-proxy jaws-screen-reader jdl jeditorpane jekyll jenkins jenkins-pipeline jersey jest-dom jest-preset-angular jestjs jhipster jinja2 jinja2-cli jira jira-rest-api jodit joi join joomla jose jpa jpeg jquery jquery-animate jquery-autocomplete jquery-deferred jquery-events jquery-lazyload jquery-masonry jquery-mobile jquery-plugins jquery-select2 jquery-selectors jquery-terminal jquery-ui jquery-ui-button jquery-ui-datepicker jquery-ui-dialog jquery-ui-draggable jquery-ui-menu jquery-ui-selectable jquery-ui-slider jquery-ui-sortable jquery-validate jqxgrid js-routes js-scrollintoview js-xlsx js-yaml jsbarcode jsbundling-rails jscompress jscontext jsdoc jsdom jsencrypt jsf jsf-2 jsfiddle jsgrid jshint json json-api json-ld json-schema-validator json-server json.net json2html json5 jsoneditor jsonidentityinfo jsonp jsonplaceholder jsonschema jsoup jsp jsp-tags jspdf jspdf-autotable jspsych jsrender jsreport jss jstl jstree jsx jszip jtable junit jupyter jupyter-notebook justify jvectormap jwplayer jwt kable kableextra karma-coverage karma-jasmine karma-mocha karma-runner kebab-case kendo-chart kendo-combobox kendo-datepicker kendo-dropdown kendo-grid kendo-ui kendo-ui-angular2 kendo-upload kepler.gl keras kestrel key key-bindings key-value keyboard keyboard-events keyboard-navigation keyboard-shortcuts keycloak keycloak-js keycloak-rest-api keycloak-services keycode keydown keyframe keyof keypress keyup keyword kibana-4 kill kill-process kineticjs knex.js knitr knockout.js koa koa-bodyparser kong konva konvajs kotlin kramdown kubernetes kubernetes-ingress label labels lagom lambda lan lang language-design language-lawyer language-server-protocol laravel laravel-4 laravel-5 laravel-5.3 laravel-5.8 laravel-8 laravel-9 laravel-blade laravel-breeze laravel-livewire laravel-passport laravel-sanctum laravel-snappy laravel-validation lastpass late-binding latex layer layout lazy-initialization lazy-loading leaderboard leaflet leaflet-geoman leaflet.draw less lets-encrypt letter-spacing lexicaljs libphonenumber libraries lifecycle ligature lightbox lightbox2 lightgallery lighthouse limit line line-breaks line-height line-through linear-gradients linechart linefeed linkedin-api linksys linq linq-to-sql lint lint-staged linter linux liquid liskov-substitution-principle list listbox listener listitem listjs listobject listpicker listview lit lit-element lit-html literals live live-streaming livereload liveserver load load-balancing load-order loader loading local local-storage localdate locale localhost localization localnotification location-href lodash logentries logging logic login login-page login-system logout logstash long-press loopback loopbackjs loops lottie lowercase lucid lumen luxon lxml lynx m3u m3u8 mac-address macos macos-big-sur macos-catalina macos-high-sierra macos-monterey macros magento magento2 magnific-popup mailchimp-api-v3.0 mailto makestyles mako manifest manifest.json many-to-many map mapbox mapbox-gl mapbox-gl-js mapped-types mapper mapping maps margin margins markdown markerclusterer markup marp marpit marquee mask masking masonry master-detail master-pages mat mat-autocomplete mat-card mat-datepicker mat-dialog mat-drawer mat-error mat-expansion-panel mat-form-field mat-icon mat-input mat-list mat-option mat-pagination mat-select mat-sidenav mat-slider mat-stepper mat-tab mat-table match material-components material-components-web material-design material-design-lite material-dialog material-icons material-table material-ui materialbutton materialize math math-functions mathematical-expressions mathjax mathml matter.js maven max maxlength mcu md-autocomplete md-select mdbootstrap mdc-components mddialog mean mean-stack meanjs measurement mechanize media media-queries mediastream megamenu memoization memoized-selectors memory memory-leaks memory-management mention menu menubar menuitem mercurius merge mergemap mern mesh message meta meta-tags metadata metamask metaplex meteor meteor-blaze methods metrics metro-bundler micro-frontend microservices microsoft-edge microsoft-graph-api microsoft-identity-platform microsoft-teams microsoft-web-deploy middleware midi migration mikro-orm milvus mime mime-message mime-types mindmap minesweeper minify minimist minio minmax miragejs mithril.js mix-blend-mode mixins mjml mkdocs mobile mobile-angular-ui mobile-application mobile-browser mobile-development mobile-safari mobile-website mobx mobx-react mobx-state-tree mocha-webpack mocha.js mocking mod-rewrite modal-dialog modal-sheet modal-window modalviewcontroller model model-binding model-view-controller model-viewer modifier modular-design module moment-timezone momentjs monaco-editor mongodb mongodb-query mongoid mongoose mongoose-middleware mongoose-schema monorepo monospace monthcalendar moodle mootools mosaic motorola mouse-cursor mouseevent mousehover mouseleave mousemove mouseover mousewheel moving-average mozilla mp3 mp4 mpd mpdf mpmediaquery mqtt ms-access ms-office ms-word msal msal-angular msal.js msbuild msgpack mudblazor mui5 muipickersutilsprovider multer multer-gridfs-storage multer-s3 multi-level multi-page-application multi-select multi-tenant multi-user multidimensional-array multiline multipage multipart multipartfile multipartform-data multiple-columns multiple-inheritance multiple-instances multiplication mutable mutation-observers mvvm mvw mxgraph mysql mysqli namecheap namespaces naming-conventions nan nanoid narrowing native native-base native-web-component nativescript nativescript-angular nativescript-plugin nativescript-telerik-ui nativescript-vue nav nav-pills navbar navigateurl navigation navigation-drawer navigationbar navigationcontroller navigator nebular nedb nest nest-commander nested nested-json nested-lists nested-loops nested-object nestjs nestjs-config nestjs-jwt nestjs-swagger netbeans netlify netsuite network-efficiency new-operator new-project new-window newline newsletter next next-auth next-images next-link next.js next.js13 next.js14 nextjs-dynamic-routing nextjs-image nexus nexus-js nexus-prisma nfc nft ng ng-animate ng-apexcharts ng-bootstrap ng-build ng-class ng-component-outlet ng-container ng-content ng-controller ng-deep ng-dialog ng-file-upload ng-filter ng-flow ng-grid ng-hide ng-image-compress ng-map ng-messages ng-mocks ng-modal ng-modules ng-multiselect-dropdown ng-options ng-otp-input ng-packagr ng-pattern ng-repeat ng-required ng-select ng-show ng-storage ng-style ng-submit ng-switch ng-tags-input ng-template ng-upgrade ng-view ng-zorro-antd ng2-bootstrap ng2-charts ng2-redux ng2-smart-table ng2-translate ngb-datepicker ngcordova ngfor nginfinitescroll nginx nginx-cache nginx-config nginx-location nginx-reverse-proxy ngmock ngmodel ngonchanges ngondestroy ngoninit ngresource ngrok ngroute ngrx ngrx-component-store ngrx-data ngrx-effects ngrx-entity ngrx-reducers ngrx-router-store ngrx-selectors ngrx-store ngrx-store-4.0 ngtable ngtemplateoutlet ngu-carousel ngx-admin ngx-bootstrap ngx-bootstrap-modal ngx-bootstrap-popover ngx-charts ngx-chips ngx-cookie-service ngx-datatable ngx-daterangepicker-material ngx-drag-drop ngx-echarts ngx-extended-pdf-viewer ngx-formly ngx-image-cropper ngx-international-phone-number ngx-leaflet ngx-mask ngx-monaco-editor ngx-mydatepicker ngx-pagination ngx-paypal ngx-quill ngx-restangular ngx-socket-io ngx-spinner ngx-swiper-wrapper ngx-toastr ngx-translate ngx-translate-multi-http-loader ngx-ui-loader ngxs nightwatch.js nl2br nlp noborder node-commander node-config node-fetch node-gyp node-modules node-red node-redis node-sass node-sqlite3 node-streams node-webkit node.js node.js-addon node.js-connect nodelist nodemailer nodemon nodes noise nokogiri nomachine-nx nominatim normalization normalize-css noscript nosql notepad++ notifications notify nouislider npm npm-build npm-install npm-link npm-live-server npm-package npm-publish npm-run npm-scripts npm-start npm-update npm-version npm-vulnerabilities npx nrwl nrwl-nx nsattributedstring nsstring nuget null null-check nullable number-formatting numbers nuxt.js nuxt3 nuxtjs3 nvd3.js nvda nvm nwjs nx-devkit nx-workspace nx.dev nyc oak oauth oauth-2.0 obfuscation object object-destructuring object-fit object-literal object-position object-property objective-c objloader observable observers ocelot odata odometer odoo odoo-13 odoo-15 oembed office-addins office-app office-js office-scripts office365 offline offline-caching offset ohif oidc-client okhttp okta on-screen-keyboard onbeforeunload onblur onchange onclick onclicklistener one-trust onedrive onerror onesignal onfocus onhover onload onmousedown onmouseover onsen-ui onsubmit oop opacity opayo open-telemetry openapi openapi-generator opencart opencart2.3 opencv opendatasoft openid openid-connect openlayers openlayers-5 openlayers-6 openstreetmap opentype-svg-font openvidu openweathermap opera operating-system operators opine optgroup optimization option option-type optional optional-chaining optional-parameters options oracle oracle-apex orchardcms orchardcore org-mode orientation-changes orm orphan out outdir outline outlook outlook-2010 outlook-2016 output overflow overlap overlapping overlay overloading overriding owasp owl-carousel owl-carousel-2 owl-date-time p-dropdown p-table p2p p5.js pack package package-info package-managers package.json pact padding page-break page-break-before page-layout page-load-time page-refresh pageload pageobjects pagespeed pagespeed-insights pagination paginator paging paint palantir-foundry palindrome pandas pandas-styles pandoc pane panel pannellum panning panzoom papaparse paragraph parallax parallel-processing parameter-passing parameters parcel parceljs parent parent-child parse-platform parseint parsel parsing partial partial-classes partial-views partials particles particles.js pass-by-reference pass-by-value passport-azure-ad passport-jwt passport-local passport.js password-protection passwords patch patch-package patchvalue path pattern-matching payment-gateway payment-method paypal pdf pdf-form pdf-generation pdf-viewer pdf.js pdfjs-dist pdfmake peer-dependencies peerjs pelco penetration-testing percentage performance perl permalinks permissions permutation perspective pg-promise phantom-types phantomjs phaser phaser-framework phaserjs phoenix-framework phone-call phonegap phonegap-build phonegap-plugins photo photography php phpmailer phppresentation phpstorm phpstorm-2017.1 physics-engine picasa pick picklist picture-element picturefill pie-chart pikaday pinchzoom ping pinia pinterest pipe pipeline pipes-filters pixel pixi.js pkce pkgdown placeholder plaintext play-billing-library playframework playframework-2.0 playwright playwright-test playwright-typescript plesk plot plotly plotly-dash plotly-express plotly-python plotly.js plsql plugins plyr.js pm2 png pnp-js pnpm pointer-events pointers pokeapi polling polyfills polyglot-markup polygon polymer polymorphism popover populate popup popupwindow port portfolio porting portrait position positional-operator positioning post postcss postcss-cli poster postgis postgresql postgresql-9.5 postman pouchdb power-automate power-automate-desktop powerbi powerbi-embedded powerpoint powershell powershell-core pre pre-commit-hook pre-rendering precompile predicate preflight preg-match preg-replace preload preloader preloading preprocessor prerender prestashop prestashop-1.7 prettier pretty-print prettytable preventdefault preview primefaces primeflex primeicons primeng primeng-calendar primeng-datatable primeng-dialog primeng-dropdowns primeng-menu primeng-table primeng-tree primeng-turbotable primereact primevue printing printing-web-page printthis prism.js prisma prisma-graphql prisma-orm prisma2 prismic.io privacy private private-constructor processing product production production-environment profiler progress progress-bar progressive-enhancement progressive-web-apps proj project projection promise prompt prop properties property-binding proportions protected proto protocol-buffers protocol-relative prototype prototype-chain prototypejs protractor provider proxy pseudo-class pseudo-element public publish publishing pug pull-to-refresh pulumi punycode puppeteer pure-css pure-function push push-notification pushstate pushy put putimagedata pwa pygments pyodide pyqt pyqt5 pyscript pyscripter pyside2 python python-2.7 python-3.x python-requests python-requests-html python-sphinx pythonanywhere q qlabel qr-code qt qtextedit qtstylesheets qtwebkit quarkus quarkus-rest-client quarto quasar quasar-framework query-builder query-optimization query-parameters query-string queryparam queryselector queue quill quote quotes r r-markdown rabbitmq race-condition rack rackspace radial-gradients radio radio-button radio-group radix-ui radzen railway ramda.js random range rapidapi rasa raspberry-pi rating razor razor-pages razorpay react-18 react-admin react-animated react-big-calendar react-bootstrap react-bootstrap-nav react-chartjs react-chartjs-2 react-class-based-component react-component react-context react-create-app react-css-modules react-custom-hooks react-data-table-component react-datepicker react-dnd react-dom react-dom-server react-dropdown-tree-select react-dropzone react-error-boundary react-fiber react-flow react-forms react-forwardref react-functional-component react-google-charts react-google-recaptcha react-hoc react-hook-form react-hooks react-hooks-testing-library react-i18next react-icons react-infinite-scroll-component react-jsx react-konva react-leaflet react-leaflet-v3 react-map-gl react-material react-mui react-native react-native-android react-native-drawer react-native-firebase react-native-flatlist react-native-gesture-handler react-native-navigation react-native-reanimated react-native-reanimated-v2 react-native-sqlite-storage react-native-stylesheet react-native-testing-library react-native-textinput react-navigation react-navigation-bottom-tab react-navigation-drawer react-navigation-stack react-navigation-v6 react-oauth react-otp-input react-pdf react-phone-input-2 react-phone-number-input react-player react-props react-proptypes react-query react-redux react-rendering react-router react-router-dom react-scripts react-select react-slick react-spring react-state react-state-management react-testing-library react-three-drei react-tooltip react-transition-group react-tsx react-typescript react-usecallback react-usememo reactive reactive-forms reactive-programming reactivex reactjs reactstrap readfile readme readonly real-time real-time-updates reason recaptcha recaptcha-v3 recharts recoiljs record recursion recursive-datastructures redaction redcap redirect redis redoc redocly reduce reducers redux redux-devtools redux-logger redux-observable redux-persist redux-reducers redux-saga redux-thunk redux-toolkit ref refactoring reference referrals referrer-policy reflect-metadata reflection reflow refresh refresh-token regex regex-lookarounds regexp-replace region rel relationship relative-path relative-url release reload remix-auth-socials remix-run remix.run remove-if removing-whitespace rename render renderer rendering renovate reorderlist repeat repeating-linear-gradient replace replaysubject reporting-services request request-headers requestanimationframe require required requiredfieldvalidator requirejs rerender rescript reselect reserved-words reset reset-password resharper resizable resize resolve resources response response-headers responsive responsive-design responsive-design-view responsive-images responsiveness rest rest-parameters restangular restapi restart restful-authentication restrict restructuredtext retina-display return return-type return-value reusability reveal.js reverse reverse-engineering reverse-proxy rgba rgl rich-text-editor richtext rider right-to-left ringcentral riot.js robotframework roboto role-based roles rollup rollup-plugin-postcss rollupjs roman-numerals roslyn rotatetransform rotation round-slider rounded-corners route-provider routeparams router router-outlet routerlink routerlinkactive routes routing row row-height rows rss rstudio rsuite rtcpeerconnection rtk-query rtmp rtos rtsp ruby ruby-characters ruby-on-rails ruby-on-rails-3 ruby-on-rails-4 ruby-on-rails-5 ruby-on-rails-7 rules run-configuration runtime runtime-configuration runtime-error rust rvest rx-angular rxfire rxjs rxjs-filter rxjs-fromevent rxjs-marbles rxjs-observables rxjs-pipeable-operators rxjs-subscriptions rxjs5 rxjs6 rxjs7 safari safe-navigation-operator sails.js salesforce salesforce-communities salesforce-marketing-cloud saml samsung-galaxy samsung-smart-tv sanctum sandbox sanitization sanitizer sap-commerce-cloud sap-fiori sapui5 sass sass-loader sass-maps sass-variables saucelabs save savefiledialog scale scaling scheduled-tasks scheduler schema scope scoping scrapy screen screen-capture screen-orientation screen-readers screen-scraping script script-src script-tag scripting scroll scroll-paging scroll-snap scrollbar scroller scrollmagic scrollspy scrolltop scrolltrigger scrollview scss-functions scss-lint scss-mixins sdk search search-engine search-form searchbar sections secure-coding security sed seek segment select select-options selected selectedindex selectinput selection selection-api selectionmodel selectize.js selector selectors-api selenium selenium-chromedriver selenium-ide selenium-iedriver selenium-webdriver selenium-webdriver-python self-destruction semantic-html semantic-markup semantic-ui semantic-ui-react semantics sencha-touch-2 send sendbeacon sendgrid sendmail sendmessage seo separation-of-concerns sequelize-cli sequelize-typescript sequelize.js sequential serialization serve server server-sent-events server-side-includes server-side-rendering serverless serverless-architecture serverless-framework serverless-framework-step-functions service service-worker servicenow servlets session session-cookies session-storage session-timeout set setattribute setinterval setstate setter settimeout settings sfu sgml sh sha256 shadcnui shader shadow shadow-dom shadow-root shaka shallow-copy shape shape-outside shapes share share-open-graph shared-directory shared-libraries shared-module sharepoint sharepoint-2013 sharepoint-online sharp sheetjs shell shiny shinybs shinyjqui shop shopify shopify-api shopizer shopping-cart shopware6 shortcut shoutcast show show-hide showmodaldialog shuffle siblings side-effects sidebar sidenav sigma.js sign sign-in-with-apple signalr signalr-hub signalr.client signals signature signaturepad sim-card simplemodal sinatra single-page-application single-sign-on single-spa single-spa-angular singleton singularitygs sinon sip sitedesign size sizing skeleton-css-boilerplate skeleton-ui skiasharp slice slick slick.js slickgrid slickgriduniversal slide slider slideshow sliding-tile-puzzle slim slim-4 slim-lang smart-table smartcontracts smil smooth-scrolling smtp smtpjs snackbar snap snapshot-testing snipcart soap social-authentication social-media socialsharing-plugin socket-timeout-exception socket.io socket.io-client sockets sockjs soft-hyphen solana solana-web3js solaris solid-js sonarlint sonarqube sorting soundcloud source-code-protection source-maps spa-template space spaces spacing spartacus-storefront speaker special-characters specifications spectator speech speech-synthesis spfx spfx-extension spinner splash-screen splidejs split splitter spotify spotlight spread spread-syntax spreadjs spring spring-batch spring-boot spring-boot-security spring-cloud spring-cloud-gateway spring-data spring-data-jpa spring-form spring-mvc spring-restcontroller spring-security spring-security-oauth2 spring-security-rest spring-security-saml2 spring-thymeleaf spring-webflux sprite spy spyon sql sql-like sql-server sqlalchemy sqlite squarespace squirrel.windows src srcset ssh2-sftp ssl ssl-certificate ssrs-2012 stack stack-navigator stack-trace stackblitz stacking-context standards startup state state-machine static static-files static-site-generation static-typing static-web-apps statistics status stenciljs step stepper sticky sticky-footer stomp stoppropagation stopwatch storage store storefront storybook str-replace strapi stream streamable.com streaming streaming-video streamlit strict strictnullchecks strikethrough string string-concatenation string-formatting string-interpolation string-literals stringify strip stripe-payments stripes stroke stroke-dasharray strokeshadow strong-typing strpos struct structured-clone struts-1 struts2 stryker style-dictionary styled-components styled-system stylelint styles stylesheet styling stylus stylus-pen subclassing subdirectory subject subject-observer sublime-text-plugin sublimetext sublimetext2 sublimetext3 submenu submit subpixel subscribe subscript subscription substring subtitle sudo sudoku suitescript sum summary-tag summernote supabase supabase-js superscript supertest survey susy-compass svelte svelte-3 svelte-component svelte-store svelte-transition sveltekit svg svg-animate svg-defs svg-filters svg-map svg-morphing svg.js sw-precache swagger swagger-ui sweetalert sweetalert2 swift swiftui swing swipe swipe.js swiper swiper.js swiperjs switch-statement switching switchmap swr symbols symfony symfony-flex symfony4 symfony5 syncfusion synchronization syntax syntax-error syntax-highlighting systemjs t4 tabindex tablecelleditor tablecellrenderer tableheader tablelayout tablet tabmenu tabs tabular tabulator tags tailwind-3 tailwind-css tailwind-elements tailwind-in-js tailwind-ui tampermonkey tanstack tanstackreact-query task tauri tcl tcp tcpdf teamcity teams-toolkit tedious tel telegram telegram-bot telerik telerik-mvc template-engine template-literals templatebinding templates tempus-dominus-datetimepicker tensorflow tensorflow.js tensorflowjs-converter terminal terminology ternary-operator testbed testcafe testing testing-library text text-align text-alignment text-cursor text-decorations text-editor text-extraction text-files text-indent text-size text-to-speech textarea textbox textcolor textfield textinput textnode textout textselection textual textview tfs themes theming thermal-printer thickness thingsboard this this-keyword three.js throttling throw thumbnails thymeleaf tic-tac-toe tiktok tilt time time-series time-tracking timeago timeout timepicker timer timestamp timezone timezone-offset tint tinymce tinymce-4 tinymce-5 tinymce-plugins tippyjs tiptap title tkinter toast toast-ui-image-editor toastr toggle togglebutton toggleswitch token tomcat tomcat9 tone.js toolbars tooltip top-level-await tornado tostring touch touch-event touchableopacity touchmove traffic trail trailing-whitespace transactions transform transition transitions translate translation transloco transparency transparent transpiler transpose travis-ci tree tree-shaking tree-traversal treemap treesitter treetableview treeview tri-state-logic triangle triggers trim trpc.io truetype truncate truncation try-catch ts-check ts-jest ts-loader ts-node ts-node-dev tsc tsconfig tsconfig-paths tsd tslint tsserver tsx tsyringe tumblr tumblr-html tumblr-themes tuples turborepo twa tween twig twilio twilio-api twilio-conversations twilio-video twitter twitter-bootstrap twitter-bootstrap-2 twitter-bootstrap-3 twitter-bootstrap-4 twitter-card two-way-binding txt type-alias type-assertion type-conversion type-declaration type-definition type-erasure type-hinting type-inference type-level-computation type-narrowing type-only-import-export type-parameter type-safety typeahead typeahead.js typechecking typedjs typeerror typeface.js typeform typegoose typegraphql typeguards typemoq typeof typeorm types typescript typescript-5 typescript-class typescript-compiler-api typescript-conditional-types typescript-declarations typescript-decorator typescript-eslint typescript-eslintparser typescript-generics typescript-mixins typescript-module-resolution typescript-namespace typescript-never typescript-types typescript-typings typescript-utility typescript1.5 typescript1.6 typescript1.8 typescript2.0 typescript2.2 typescript2.4 typescript2.9 typescript3.0 typescript4.0 typetraits typing typo3 typo3-10.x typography typoscript ubuntu ubuntu-16.04 ubuntu-20.04 udp uglifyjs ui-automation ui-calendar ui-grid ui-scroll ui-select ui-testing ui-toolkit ui.bootstrap uiactionsheet uialertcontroller uibinder uicomponents uikit uint uint8array uiscrollview uiswitch uiview uiwebview ultrawingrid umd uncaught-exception undefined underline underscore.js undertow unexpected-token unhandled-promise-rejection unicode unicode-string unified.js union union-types unique-values unit-testing units-of-measurement unity-game-engine universal unlink unsafe-inline unsubscribe unused-variables updates upgrade upload uploader uppercase uri uri.js url url-parameters url-parsing url-redirection url-rewriting url-routing url-scheme urllib2 urlsearchparams urql usability use-case use-context use-effect use-reducer use-ref use-state usefaketimers user-agent user-controls user-event user-experience user-input user-interface user-permissions user-roles userchrome.css userscripts utc utf utf-8 uuid uwp uwsgi v-autocomplete v-data-table v-for v-slider v-slot vaadin vaadin-flow vaadin14 vagrant validation validationerror valuechangelistener vanilla-extract var variable-assignment variable-fonts variable-length variables variadic-functions variadic-tuple-types variance vb.net vba vbscript vector-graphics vega vega-embed vega-lite velo vendor-prefix vercel version version-control versioning vertical-alignment vertical-scrolling vetur video video-codecs video-processing video-streaming video.js videogular videogular2 view view-transitions-api viewchild viewport viewport-units vim vimeo vimium virtual-dom virtualscroll virus vis.js vis.js-network visibility visible visual-studio visual-studio-2010 visual-studio-2012 visual-studio-2013 visual-studio-2015 visual-studio-2017 visual-studio-2019 visual-studio-2022 visual-studio-code visual-studio-cordova visual-studio-monaco visual-testing visual-web-developer vite vitepress vitest vlc vmware vmware-clarity voiceover void vpc vs-web-site-project vscode-debugger vscode-extensions vscode-jsconfig vscode-settings vsto vue-class-components vue-cli vue-cli-3 vue-component vue-composition-api vue-data vue-i18n vue-mixin vue-property-decorator vue-props vue-router vue-router4 vue-script-setup vue-test-utils vue-transitions vue-typescript vue.js vuejs-transition vuejs2 vuejs3 vuejs3-composition-api vuelidate vuepress vuetify.js vuetifyjs3 vueuse vuex vuex4 w3.css w3c w3c-validation wai-aria wait walkthrough wallet-connect war warnings was watch watch-face-api wav waveform wcag wcag2.0 wcag2.1 wcf wear-os weasyprint weather-api web web-accessibility web-applications web-audio-api web-chat web-component web-config web-crawler web-deployment web-deployment-project web-development-server web-frameworks web-frontend web-hosting web-inspector web-notifications web-parts web-performance web-scraping web-scraping-language web-services web-site-project web-sql web-standards web-storage web-technologies web-vitals web-worker web.xml web3 web3js webapi webapi2 webassembly webauthn webbrowser-control webcam webclient webcodecs webdatarocks webdeploy-3.5 webdriver webflow webfonts webforms webgl webgpu webhooks webintents webix webkit webkit-animation weblogic webmethod webp webpack webpack-2 webpack-4 webpack-5 webpack-bundle-analyzer webpack-config webpack-dev-server webpack-file-loader webpack-hmr webpack-html-loader webpack-module-federation webpack-style-loader webpage-screenshot webrtc websecurity webserver websocket webspeech-api webstorm webusb webview webview2 webvtt weebly week-number wget wgsl whatsapp while-loop white-labelling whitelist whitespace widget width wildwebdeveloper window window-resize window.location windows windows-10 windows-7 windows-8.1 windows-authentication windows-server-2008 windows-subsystem-for-linux winforms winston winui-3 wireless wix wkhtmltopdf wkwebview wkwebviewconfiguration woff woff2 wonderpush woocommerce woocommerce-theming woothemes word-break word-cloud word-count word-spacing word-wrap wordpress wordpress-gutenberg wordpress-rest-api wordpress-theming worker worker-loader workflow workspace wow.js wpbakery wpf wrapper ws wsh wsl-2 wso2 wso2-identity-server wso2-micro-integrator wtforms wysiwyg x-editable x-xsrf-token xaml xampp xaringan xcode xcode12 xcodebuild xhtml xhtml-1.0-strict xhtml-1.1 xhtml2pdf xliff xlsx xml xml-namespaces xml-parsing xml.etree xmlhttprequest xng-breadcrumb xor xpath xslt xss xstate xtermjs yahoo-mail yaml yarn-v2 yarn-workspaces yarnpkg yarnpkg-v2 yaxis yeoman yeoman-generator yeoman-generator-angular yii2 yii2-advanced-app youtube youtube-api youtube-data-api youtube-iframe-api ytdl yui yup z-index zend-form zend-framework zend-framework2 zendesk zigzag zingchart zip zipalign zipkin zod zoho zone zone.js zonejs zooming zsh zurb-foundation zustand

Copyright © angularfix