Is there any way to split a large html file into several files in ionic2?
I tried
<div ng-include src="file1.html"></div>
and
<link rel="import" href="./file1.html">
with no success
Is there any way to split a large html file into several files in ionic2?
I tried
<div ng-include src="file1.html"></div>
and
<link rel="import" href="./file1.html">
with no success