How to get and read an object literal from js file into Angular ts file

前端 未结 0 589
灰色年华
灰色年华 2021-01-31 15:02

Here\'s is the stackblitz. Here\'s my code:

language.js

var es = {
  firstDayOfWeek: 1,
  dayNames: [
    "domingo",
    ...
  ]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题