diff --git a/examples/angular12/.browserslistrc b/examples/angular12/.browserslistrc index 427441dc9..ff704229d 100644 --- a/examples/angular12/.browserslistrc +++ b/examples/angular12/.browserslistrc @@ -14,4 +14,4 @@ last 2 Edge major versions last 2 Safari major versions last 2 iOS major versions Firefox ESR -not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. +IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. diff --git a/examples/angular12/tsconfig.json b/examples/angular12/tsconfig.json index 6df828326..a2e58cc10 100644 --- a/examples/angular12/tsconfig.json +++ b/examples/angular12/tsconfig.json @@ -14,7 +14,7 @@ "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, - "target": "es2017", + "target": "es5", "module": "es2020", "lib": [ "es2018", @@ -27,4 +27,4 @@ "strictInputAccessModifiers": true, "strictTemplates": true } -} +} \ No newline at end of file diff --git a/examples/main-react/package.json b/examples/main-react/package.json index a3ae556f7..8ee4aaf06 100644 --- a/examples/main-react/package.json +++ b/examples/main-react/package.json @@ -86,14 +86,14 @@ }, "browserslist": { "production": [ - ">0.2%", - "not dead", - "not op_mini all" + ">1%", + "last 2 versions", + "ie >= 11" ], "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" + ">1%", + "last 2 versions", + "ie >= 11" ] }, "jest": { @@ -152,4 +152,4 @@ "react-app" ] } -} +} \ No newline at end of file diff --git a/examples/main-react/public/favicon.ico b/examples/main-react/public/favicon.ico index a11777cc4..5c125de5d 100644 Binary files a/examples/main-react/public/favicon.ico and b/examples/main-react/public/favicon.ico differ diff --git a/examples/main-react/public/index.html b/examples/main-react/public/index.html index afb711a8e..e235d16dc 100644 --- a/examples/main-react/public/index.html +++ b/examples/main-react/public/index.html @@ -1,22 +1,19 @@ -
- - - - - - - - - - -