fix(aio): remove unused getExampleFilename
service
This commit is contained in:

committed by
Igor Minar

parent
3f8d5ac478
commit
b92f52649b
@ -1,9 +0,0 @@
|
||||
module.exports = function getExampleFilename() {
|
||||
|
||||
function getExampleFilenameImpl(relativePath) {
|
||||
return getExampleFilenameImpl.examplesFolder + relativePath;
|
||||
}
|
||||
|
||||
getExampleFilenameImpl.examplesFolder = '@angular/examples/';
|
||||
return getExampleFilenameImpl;
|
||||
};
|
Reference in New Issue
Block a user