require()

in src/Angara.Html/Scripts/Angara.Show.ts [62:67]


        require([module2], function (viewer) {
            $(container).html("");
            return viewer.Show(content, container);
        }, function (err) {
            $(container).html(errFailedToLoad(err, dsc.module)).addClass("angara-show-errormessage");
        });