javascript - Not able to include calendar events, sorting table in a single page in angularjs -


there 2 html files calendar , sorting table running on different pages want integrate both calendar , sorting table in single angularjs page.each html file has seperate app.js , .css.but want combine both , show in single page. please advice how can make it?

thanks, suni

i have no idea mean there absolutely no code right now, think may want use iframe. here syntax:

        .iframe1 > iframe {          width: 49%;          height: 100vh;          border: none;          float: left;          display: block;          }            .iframe2 > iframe {          width: 49%;          height: 100vh;          float: right;          display: block;          }                        body {          margin: 0px;          padding: 0px;      }                  
    <div class="iframe1"><iframe src="https://www.bing.com/"></iframe></div>          <div class="iframe2"><iframe src="https://en.wikipedia.org/wiki/main_page"></iframe</div>

hope helps.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -