06 April 2022

Public Static Pages Angular 2+

 


angular.json

2022
"build": {
  "options": {
    "assets": [
      "src/favicon.ico",
      "src/assets",
      {
        "glob": "**/*",
        "input": "src/assets/static-page/guide",
        "output": "/guide/"
      },
      {
        "glob": "**/*",
        "input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
        "output": "/assets/"
      },
      {
        "glob": "**/*",
        "input": "node_modules/ngx-extended-pdf-viewer/assets/",
        "output": "/assets/"
      },
      {
        "glob": "**/*",
        "input": "node_modules/ngx-extended-pdf-viewer/bleeding-edge/",
        "output": "/bleeding-edge/"
      }
    ]
  },

http://localhost:4200/guide/index.html

0 nhận xét:

Post a Comment

 

BACK TO TOP

Xuống cuối trang