chore(compiler): refactoring for offline compiler cli
- pass a baseUrl for asset resolution from static symbols - fixes in StaticReflector to work with a path-aware host see #7483
This commit is contained in:
@ -39,7 +39,8 @@ export var compAMetadata = CompileDirectiveMetadata.create({
|
||||
template: new CompileTemplateMetadata({
|
||||
templateUrl: './offline_compiler_compa.html',
|
||||
styles: ['.redStyle { color: red; }'],
|
||||
styleUrls: ['./offline_compiler_compa.css']
|
||||
styleUrls: ['./offline_compiler_compa.css'],
|
||||
baseUrl: THIS_MODULE_URL,
|
||||
})
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user