chore(api): shredder to use new ng2 dart examples repo (#2556)

This commit is contained in:
Patrice Chalin 2016-10-06 12:12:39 -07:00 committed by Kathy Walrath
parent eff7e04ac3
commit 88108620f9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ var _apiShredOptions = {
const relDartDocApiDir = path.join('doc', 'api');
var _apiShredOptionsForDart = {
lang: 'dart',
examplesDir: path.resolve(ngPathFor('dart'), 'example'),
examplesDir: path.resolve(ANGULAR_PROJECT_PATH + '2_api_examples'),
fragmentsDir: path.join(DOCS_PATH, '_fragments/_api'),
zipDir: path.join(RESOURCES_PATH, 'zips/api'),
logLevel: _dgeniLogLevel